Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
drfeinberg authored Oct 14, 2021
1 parent 435949d commit 6ae65a3
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@
from distutils.core import setup
import setuptools

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()


setup(name='Voicelab',
version='1.01',
version='1.0297',
description='Python GUI for working with voicefiles',
long_description = long_description,
long_description_content_type="text/markdown",
url= 'https://github.com/Voice-Lab/VoiceLab',
author='David Feinberg',
author_email='[email protected]',
packages=['Voicelab'],
install_requires=[
'qdarkstyle',
'numpy==1.21',
'PyQt5==5.15.2',
'QDarkStyle==2.8.1',
'praat-parselmouth==0.4.0',
'librosa',
'openpyxl',
'PyQt5==5.9.2',
'seaborn',
'librosa==0.8.0',
'openpyxl==3.0.6',
'seaborn==0.11.1',
]
)

0 comments on commit 6ae65a3

Please sign in to comment.