Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski committed Nov 23, 2019
1 parent 9e84689 commit a2fda69
Showing 1 changed file with 1 addition and 1 deletion.
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 a2fda69

Please sign in to comment.