File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def read_readme(file_name):
1414 version = __import__ ('code_counter' ).__version__ ,
1515 author = "Inno Fang" ,
1616 author_email = "innofang@yeah.net" ,
17- url = 'https://github.com/innofang /code-counter' , # homepage
17+ url = 'https://github.com/InnoFang /code-counter' , # homepage
1818 project_urls = {
1919 'Documentation' : 'https://github.com/InnoFang/code-counter/blob/master/README.md' ,
2020 'Source' : 'https://github.com/InnoFang/code-counter' ,
@@ -29,7 +29,7 @@ def read_readme(file_name):
2929 install_requires = ["matplotlib" , "numpy" ],
3030 python_requires = '>=3.6' ,
3131 classifiers = [
32- ' Development Status :: 4 - Beta' ,
32+ " Development Status :: 5 - Production/Stable" ,
3333 'Intended Audience :: Developers' ,
3434 'License :: OSI Approved :: Apache Software License' ,
3535 'Environment :: Console' ,
You can’t perform that action at this time.
0 commit comments