This commit is contained in:
edeymc 2025-11-08 16:06:41 -08:00
parent 6b52d0369b
commit f465550d31
2 changed files with 3 additions and 10 deletions

2
MANIFEST.in Normal file
View file

@ -0,0 +1,2 @@
recursive-include ParaUtils *.xlsx

View file

@ -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,
)