Skip to content

Commit

Permalink
corrected bug for pypi packaging in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ratal committed May 27, 2015
1 parent 074f91e commit 173079f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#documentation
recursive-include docs/build/html *
recursive-include docs/build/latex/mdfreader.pdf
recursive-include docs/build/latex mdfreader.pdf

#example files
#include test/mdf3/*
Expand All @@ -9,3 +9,4 @@ recursive-include docs/build/latex/mdfreader.pdf
#Misc
#include CHANGES
include LICENSE
include README
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
extras_require={
'export': ['scipy', 'h5py', 'xlwt', 'xlwt3', 'openpyxl', 'pandas'],
'converter': ['PyQt4'],
}
},

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand All @@ -96,5 +96,5 @@
'console_scripts': [
'mdfconverter=mdfconverter:main',
],
},
}
)

0 comments on commit 173079f

Please sign in to comment.