Skip to content

Commit 57ab3c0

Browse files
committed
Added details
1 parent fff33bb commit 57ab3c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
author="psrok1",
1212
package_dir={'mwdblib': 'src'},
1313
packages=['mwdblib'],
14-
install_requires=open("requirements.txt").read().splitlines())
14+
url="https://github.com/CERT-Polska/mwdblib",
15+
install_requires=open("requirements.txt").read().splitlines(),
16+
classifiers=[
17+
"Programming Language :: Python",
18+
"Operating System :: OS Independent",
19+
])

0 commit comments

Comments
 (0)