@@ -250,7 +250,7 @@ def get_console_scripts(): # pragma: no cover
250250
251251if __name__ == "__main__" :
252252 setuptools .setup (
253- name = "PyFunceble-dev " ,
253+ name = "PyFunceble" ,
254254 version = get_version (),
255255 python_requires = ">=3.8, <4" ,
256256 install_requires = get_requirements (mode = "standard" ),
@@ -271,7 +271,7 @@ def get_console_scripts(): # pragma: no cover
271271 project_urls = {
272272 "Documentation" : "https://docs.pyfunceble.com" ,
273273 "Funding" : "https://github.com/sponsors/funilrys" ,
274- "Source" : "https://github.com/funilrys/PyFunceble/tree/dev " ,
274+ "Source" : "https://github.com/funilrys/PyFunceble/tree/master " ,
275275 "Tracker" : "https://github.com/funilrys/PyFunceble/issues" ,
276276 },
277277 platforms = ["any" ],
@@ -288,7 +288,7 @@ def get_console_scripts(): # pragma: no cover
288288 classifiers = [
289289 "Environment :: Console" ,
290290 "Topic :: Internet" ,
291- "Development Status :: 4 - Beta " ,
291+ "Development Status :: 5 - Production/Stable " ,
292292 "Intended Audience :: Developers" ,
293293 "Programming Language :: Python" ,
294294 "Programming Language :: Python :: 3" ,
0 commit comments