Skip to content

Commit

Permalink
split package data in java and data
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Mar 10, 2023
1 parent bb227b6 commit 8f16c0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
description='Python wrapper for Circe',
long_description='Python wrapper for Circe',
long_description_content_type='text/markdown',
version='0.0.2',
version='0.0.3',
packages=find_namespace_packages(),
include_package_data=True,
package_data={
'circe': ['*.jar', '*.json'],
'circe.java': ['*.jar'],
'circe.data': ['*.json']
},
python_requires='>=3.9',
install_requires=[
Expand Down

0 comments on commit 8f16c0c

Please sign in to comment.