mirror of
https://github.com/hykilpikonna/SpeechGenderAnalysis.git
synced 2026-03-21 17:34:10 -05:00
[F] Fix data not included
This commit is contained in:
parent
6c6eadc459
commit
7d8bb56742
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
|
@ -0,0 +1 @@
|
|||
include sgs/data/*
|
||||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import sgs.api
|
||||
import sgs.calculations
|
||||
|
||||
__version__ = '1.0.0'
|
||||
__version__ = '1.0.1'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user