Skip to content

Commit

Permalink
Remove the "package_data" since cjval takes care of this now
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 1, 2021
1 parent d5d438b commit 0d2438d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
author_email='[email protected], [email protected]',
python_requires='>=3.6',
packages=['cjio'],
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 0d2438d

Please sign in to comment.