File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1- include README.md CHANGELOG.md LICENSE src/aiscot/VERSION
1+ include README.md CHANGELOG.md LICENSE src/aiscot/VERSION src/aiscot/data/*
22graft src
3- recursive-include src/aiscot/data *
Original file line number Diff line number Diff line change @@ -64,18 +64,16 @@ keywords =
6464 Shipping
6565
6666[options]
67- packages = find :
67+ packages = find_namespace :
6868package_dir =
69- aiscot = src/aiscot
69+ = src
70+ include_package_data = True
7071python_requires = >=3.6, <4
7172install_requires =
7273 pytak >= 5.4.0
7374 aiohttp < 4.0.0
7475 importlib_resources; python_version < "3.9"
7576
76- [options.package_data]
77- * = src/aiscot/data/* # Include all files in the data/ directory
78-
7977[options.packages.find]
8078where = src
8179
Original file line number Diff line number Diff line change 1- 7.0.4
1+ 7.0.5
You can’t perform that action at this time.
0 commit comments