Skip to content

Commit

Permalink
Include LICENSE and data files via MANIFEST.in
Browse files Browse the repository at this point in the history
This includes files required for compilation and distribution via
MANIFEST.in rather than package_data which gets installed.
  • Loading branch information
rmax committed Mar 4, 2017
1 parent fa70438 commit 6c629a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
include pyemd/emd.cpp
graft pyemd
graft test

include README.rst
include LICENSE
include conftest.py
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 6c629a5

Please sign in to comment.