X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=setup.py;h=e9f2ca6cbe1077582e8c8eabc81973a6ea14e1ef;hb=refs%2Fheads%2Fmaster;hp=a4cdb3cc0f9bcc2691867c7279431d64fe8f05db;hpb=6ebe62478a49df22c55ef6a2b1200473500a7f80;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/setup.py b/setup.py index a4cdb3c..e9f2ca6 100644 --- a/setup.py +++ b/setup.py @@ -11,20 +11,21 @@ setup(name='music_sampler', 'to a set of actions to run', long_description=readme(), classifiers= [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.9', 'Topic :: Multimedia :: Sound/Audio :: Players' ], keywords='music sampler keyboard', - url='https://git.immae.eu/?p=perso/Immae/Projets/Python/MusicSampler.git', + url='https://git.immae.eu/cgit/perso/Immae/Projets/Python/MusicSampler.git/about/', author='Ismaël Bouya', author_email='ismael.bouya@normalesup.org', license='MIT', packages=['music_sampler', 'music_sampler.actions'], install_requires=[ + 'Cython>=0.24', 'Kivy>=1.9.1', 'pydub>=0.16.4', 'Pygame>=1.9.2.dev1',