flushing
This commit is contained in:
parent
3ed4d29fec
commit
967a31731c
1 changed files with 6 additions and 5 deletions
11
setup.py
11
setup.py
|
|
@ -2,14 +2,15 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="ParaUtils",
|
name="ParaUtils",
|
||||||
|
version='0.1.6.1'
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data = {
|
package_data = {
|
||||||
'ParaUtils.Score': ['Score/*.xlsx'],
|
'ParaUtils.Score': ['ParaUtils/Score/*.xlsx'],
|
||||||
'ParaUtils.Standards': ['Standards/*.xlsx'],
|
'ParaUtils.Standards': ['ParaUtils/Standards/*.xlsx'],
|
||||||
'ParaUtils.AWR': [
|
'ParaUtils.AWR': [
|
||||||
'AWR/*.xlsx',
|
'ParaUtils/AWR/*.xlsx',
|
||||||
'AWR/year2025/Projected/*.xlsx'
|
'ParaUtils/AWR/year2025/Projected/*.xlsx'
|
||||||
'AWR/year2025/Performance/*.xlsx',
|
'ParaUtils/AWR/year2025/Performance/*.xlsx',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue