flushing
This commit is contained in:
parent
6b52d0369b
commit
f465550d31
2 changed files with 3 additions and 10 deletions
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
recursive-include ParaUtils *.xlsx
|
||||
|
||||
11
setup.py
11
setup.py
|
|
@ -2,16 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="ParaUtils",
|
||||
version="0.1.6.1",
|
||||
version="0.1.6.2",
|
||||
packages=find_packages(),
|
||||
package_data = {
|
||||
'ParaUtils.Score': ['ParaUtils/Score/*.xlsx'],
|
||||
'ParaUtils.Standards': ['ParaUtils/Standards/*.xlsx'],
|
||||
'ParaUtils.AWR': [
|
||||
'ParaUtils/AWR/*.xlsx',
|
||||
'ParaUtils/AWR/year2025/Projected/*.xlsx'
|
||||
'ParaUtils/AWR/year2025/Performance/*.xlsx',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
)
|
||||
Loading…
Add table
Reference in a new issue