diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-07-01 13:30:14 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-07-01 13:30:14 +0200 |
| commit | 7562fdd96ab995f6c25fc102ef40a285283c844e (patch) | |
| tree | 3e63e61d9e257f5ab7acf4066dca837587403da4 /MANIFEST.in | |
| parent | 07b869952e2c25c13180794fc2b3c368b8c81828 (diff) | |
| download | gitdb-7562fdd96ab995f6c25fc102ef40a285283c844e.tar.gz | |
added setup.py and Manifest to allow distribution and easy_install
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..a01acc4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,15 @@ +include VERSION +include LICENSE +include CHANGES +include AUTHORS +include README + +include _fun.c + +graft test + +global-exclude .git* +global-exclude *.pyc +global-exclude *.so +global-exclude *.dll +global-exclude *.o |
