aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 865881c..e9f2ca6 100644
--- a/setup.py
+++ b/setup.py
@@ -11,15 +11,15 @@ setup(name='music_sampler',
11 'to a set of actions to run', 11 'to a set of actions to run',
12 long_description=readme(), 12 long_description=readme(),
13 classifiers= [ 13 classifiers= [
14 'Development Status :: 4 - Beta', 14 'Development Status :: 5 - Production/Stable',
15 'Intended Audience :: End Users/Desktop', 15 'Intended Audience :: End Users/Desktop',
16 'License :: OSI Approved :: MIT License', 16 'License :: OSI Approved :: MIT License',
17 'Operating System :: POSIX :: Linux', 17 'Operating System :: POSIX :: Linux',
18 'Programming Language :: Python :: 3.5', 18 'Programming Language :: Python :: 3.9',
19 'Topic :: Multimedia :: Sound/Audio :: Players' 19 'Topic :: Multimedia :: Sound/Audio :: Players'
20 ], 20 ],
21 keywords='music sampler keyboard', 21 keywords='music sampler keyboard',
22 url='https://git.immae.eu/?p=perso/Immae/Projets/Python/MusicSampler.git', 22 url='https://git.immae.eu/cgit/perso/Immae/Projets/Python/MusicSampler.git/about/',
23 author='Ismaël Bouya', 23 author='Ismaël Bouya',
24 author_email='ismael.bouya@normalesup.org', 24 author_email='ismael.bouya@normalesup.org',
25 license='MIT', 25 license='MIT',