Skip to content

Commit 49bfbd6

Browse files
committed
fixing incomplete authors list, adding some trove classifiers
1 parent 2091bae commit 49bfbd6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@
88
version = '0.0.1',
99
description = 'Make difficult regular expressions easy! Python port of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions',
1010
long_description = '''Please see https://github.com/VerbalExpressions/PythonVerbalExpressions/blob/master/README.md for more information!''',
11-
author = "Mihai Ionut Vilcu, Peder Soholt",
11+
author = "Yan Wenjun, diogobeda, Mihai Ionut Vilcu, Peder Soholt",
1212
author_email = "",
1313
license = 'MIT',
1414
url = 'https://github.com/VerbalExpressions/PythonVerbalExpressions',
1515
test_suite='tests',
1616
scripts = [],
1717
packages = ['verbalexpressions'],
18-
classifiers = [],
18+
classifiers = [
19+
'License :: OSI Approved :: MIT License',
20+
'Programming Language :: Python',
21+
'Topic :: Software Development :: Libraries',
22+
'Topic :: Text Processing'
23+
],
1924
zip_safe=True
2025
)
2126

0 commit comments

Comments
 (0)