Skip to content

Commit 13afdf1

Browse files
committed
🔧 update setup.py
1 parent 0834756 commit 13afdf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)