Skip to content

Commit c5e2cb2

Browse files
author
damoxc
committed
fix the MANIFEST.in to include .pyrex and release 1.9.907
1 parent f794246 commit c5e2cb2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Wed Apr 21 16:02:00 2010 Damien Churchill <damoxc@gmail.com>
2+
* MANIFEST.in:
3+
+ bugfix: include missing .pyrex folder
4+
* version 1.9.907
5+
16
Fri Apr 09 13:16:00 2010 Damien Churchill <damoxc@gmail.com>
27
* setup.py:
38
+ bugfix: include hack faking that pyrex is installed to workaround

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include ChangeLog
22
include LICENSE
33
include *.pxd
4-
recursive-include nagios-plugin *
54
include win32/freetds.zip
5+
recursive-include .pyrex
6+
recursive-include nagios-plugin *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[egg_info]
2-
tag_build = -dev
2+
tag_build =

0 commit comments

Comments
 (0)