[F] Fix data not included

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-03-25 04:01:16 -04:00
parent 6c6eadc459
commit 7d8bb56742
3 changed files with 3 additions and 2 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include sgs/data/*

View File

@ -15,7 +15,7 @@ setup(
install_requires=['praat-parselmouth', 'numpy', 'scipy'],
url="https://github.com/hykilpikonna/SpeechGenderAnalysis",
packages=['sgs'],
include_package_data=True,
package_data={'': ['vox1_data.json']},
long_description=Path('README.md').read_text(),
long_description_content_type='text/markdown',
python_requires='>=3.8',

View File

@ -1,4 +1,4 @@
import sgs.api
import sgs.calculations
__version__ = '1.0.0'
__version__ = '1.0.1'