We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fcd28 commit c4cd3ccCopy full SHA for c4cd3cc
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name='simplenotifications',
10
version='0.1.1',
11
- url='https://github.com/ltpitt/refactor',
+ url='https://github.com/ltpitt/python-simple-notifications',
12
license='BSD',
13
author='Davide Nastri',
14
author_email='d.nastri@gmail.com',
@@ -30,8 +30,8 @@
30
# 'Development Status :: 1 - Planning',
31
# 'Development Status :: 2 - Pre-Alpha',
32
# 'Development Status :: 3 - Alpha',
33
- 'Development Status :: 4 - Beta',
34
- # 'Development Status :: 5 - Production/Stable',
+ # 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
35
# 'Development Status :: 6 - Mature',
36
# 'Development Status :: 7 - Inactive',
37
'Environment :: Console',
0 commit comments