@@ -269,7 +269,7 @@ def get_console_scripts(): # pragma: no cover
269269
270270if __name__ == "__main__" :
271271 setuptools .setup (
272- name = "PyFunceble-dev " ,
272+ name = "PyFunceble" ,
273273 version = get_version (),
274274 python_requires = ">=3.9, <4" ,
275275 install_requires = get_requirements (mode = "standard" ),
@@ -294,7 +294,7 @@ def get_console_scripts(): # pragma: no cover
294294 project_urls = {
295295 "Documentation" : "https://docs.pyfunceble.com" ,
296296 "Funding" : "https://github.com/sponsors/funilrys" ,
297- "Source" : "https://github.com/funilrys/PyFunceble/tree/dev " ,
297+ "Source" : "https://github.com/funilrys/PyFunceble/tree/master " ,
298298 "Tracker" : "https://github.com/funilrys/PyFunceble/issues" ,
299299 },
300300 platforms = ["any" ],
@@ -311,7 +311,7 @@ def get_console_scripts(): # pragma: no cover
311311 classifiers = [
312312 "Environment :: Console" ,
313313 "Topic :: Internet" ,
314- "Development Status :: 4 - Beta " ,
314+ "Development Status :: 5 - Production/Stable " ,
315315 "Intended Audience :: Developers" ,
316316 "Programming Language :: Python" ,
317317 "Programming Language :: Python :: 3" ,
0 commit comments