Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from NewStore/fix/package-data-from-0.1.9
Browse files Browse the repository at this point in the history
fix declaration of package_data in setup.py
  • Loading branch information
gabrielfalcao committed Aug 15, 2019
2 parents d881b35 + 21a74bd commit e40366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ def read_readme():
test_suite='nose.collector',
version=read_version(),
package_data={
'mercator': ' '.join([
'mercator': [
'*.cfg',
'*.py',
'*.rst',
'*.txt',
]),
],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit e40366b

Please sign in to comment.