Skip to content

Commit

Permalink
move to setuptools
Browse files Browse the repository at this point in the history
For wheel support
  • Loading branch information
Connor McCoy authored and crosenth committed Jun 10, 2014
1 parent 1574ae1 commit ddd7224
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
.sconsign.dblite
*.pyc
build/
dist/
doctrees/
bioscons.egg-info/
MANIFEST
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,6 @@
global-exclude *.so
global-exclude *.pyd
global-exclude *.pyc
global-exclude .git*
global-exclude .DS_Store
global-exclude *.png

0 comments on commit ddd7224

Please sign in to comment.