Skip to content

Commit 99c7ad4

Browse files
Setup changes
1 parent 53d3e12 commit 99c7ad4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99
version='1.0',
1010
description='Parse comments from various source files.',
1111
classifiers=[
12-
'Development Status :: 3',
12+
'Development Status :: 3 - Alpha',
1313
'Programming Language :: Python :: 3',
1414
'Topic :: Software Development :: Documentation',
1515
'License :: OSI Approved :: MIT License'

0 commit comments

Comments
 (0)