Skip to content

Commit c4cd3cc

Browse files
authored
feat: Corrected url and Development Status in setup.py
1 parent e9fcd28 commit c4cd3cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='simplenotifications',
1010
version='0.1.1',
11-
url='https://github.com/ltpitt/refactor',
11+
url='https://github.com/ltpitt/python-simple-notifications',
1212
license='BSD',
1313
author='Davide Nastri',
1414
author_email='d.nastri@gmail.com',
@@ -30,8 +30,8 @@
3030
# 'Development Status :: 1 - Planning',
3131
# 'Development Status :: 2 - Pre-Alpha',
3232
# 'Development Status :: 3 - Alpha',
33-
'Development Status :: 4 - Beta',
34-
# 'Development Status :: 5 - Production/Stable',
33+
# 'Development Status :: 4 - Beta',
34+
'Development Status :: 5 - Production/Stable',
3535
# 'Development Status :: 6 - Mature',
3636
# 'Development Status :: 7 - Inactive',
3737
'Environment :: Console',

0 commit comments

Comments
 (0)