@@ -269,7 +269,7 @@ def get_console_scripts(): # pragma: no cover
269
269
270
270
if __name__ == "__main__" :
271
271
setuptools .setup (
272
- name = "PyFunceble-dev " ,
272
+ name = "PyFunceble" ,
273
273
version = get_version (),
274
274
python_requires = ">=3.9, <4" ,
275
275
install_requires = get_requirements (mode = "standard" ),
@@ -294,7 +294,7 @@ def get_console_scripts(): # pragma: no cover
294
294
project_urls = {
295
295
"Documentation" : "https://docs.pyfunceble.com" ,
296
296
"Funding" : "https://github.com/sponsors/funilrys" ,
297
- "Source" : "https://github.com/funilrys/PyFunceble/tree/dev " ,
297
+ "Source" : "https://github.com/funilrys/PyFunceble/tree/master " ,
298
298
"Tracker" : "https://github.com/funilrys/PyFunceble/issues" ,
299
299
},
300
300
platforms = ["any" ],
@@ -311,7 +311,7 @@ def get_console_scripts(): # pragma: no cover
311
311
classifiers = [
312
312
"Environment :: Console" ,
313
313
"Topic :: Internet" ,
314
- "Development Status :: 4 - Beta " ,
314
+ "Development Status :: 5 - Production/Stable " ,
315
315
"Intended Audience :: Developers" ,
316
316
"Programming Language :: Python" ,
317
317
"Programming Language :: Python :: 3" ,
0 commit comments