Skip to content

Commit

Permalink
Fix double comma in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Nov 11, 2020
1 parent a4797b5 commit 1e21c4e
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 @@ -18,7 +18,7 @@
author_email='[email protected], [email protected]',
python_requires='~=3.5',
packages=['cjio'],
package_data={'cjio': ['schemas/0.9/*', 'schemas/1.0.0/*', , 'schemas/1.0.1/*']},
package_data={'cjio': ['schemas/0.9/*', 'schemas/1.0.0/*', 'schemas/1.0.1/*']},
# include_package_data=True,
license = 'MIT',
classifiers=[
Expand Down

0 comments on commit 1e21c4e

Please sign in to comment.