Skip to content

Commit

Permalink
Merge pull request #16 from rolando-contrib/manifest-tweak
Browse files Browse the repository at this point in the history
Include LICENSE and data files via MANIFEST.in
  • Loading branch information
wmayner committed Mar 4, 2017
2 parents fa70438 + efc4b60 commit a8a6c29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion MANIFEST.in
@@ -1 +1,9 @@
include pyemd/emd.cpp
graft pyemd
graft test

include README.rst
include LICENSE
include conftest.py

global-exclude __pycache__ *.py[cod]
global-exclude *.so *.dylib
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -88,7 +88,6 @@ def no_cythonize(extensions, **_ignore):
url=about['__url__'],
license=about['__license__'],
packages=['pyemd'],
package_data={'pyemd': ['emd.pyx', 'lib/*.hpp', '../README.rst']},
install_requires=requires,
cmdclass=cmdclass,
setup_requires=requires,
Expand Down

0 comments on commit a8a6c29

Please sign in to comment.