Skip to content

Commit

Permalink
manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 23, 2019
1 parent 6fba364 commit 88af54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include TruScanEEGpy/layouts/*.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def find_version():
keywords='TruScanEEGpy',
name='TruScanEEGpy',
packages=find_packages(include=['TruScanEEGpy']),
package_data = {"TruScanEEGpy.layouts":["*.txt"]},
# package_data = {"TruScanEEGpy.layouts":["*.txt"]},
setup_requires=setup_requirements,
test_suite='pytest',
tests_require=test_requirements,
Expand Down

0 comments on commit 88af54d

Please sign in to comment.