Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8711d23 commit 2da84eeCopy full SHA for 2da84ee
1 file changed
setup.py
@@ -52,7 +52,7 @@ def get_long_description():
52
author_email="[email protected]",
53
description="An API for parsing and creating MAEC content.",
54
long_description=get_long_description(),
55
- url="http://maec.mitre.org",
+ url="https://maecproject.github.io/",
56
packages=find_packages(),
57
install_requires=install_requires,
58
extras_require=extras_require,
@@ -69,5 +69,10 @@ def get_long_description():
69
"Intended Audience :: Developers",
70
"License :: OSI Approved :: BSD License",
71
"Operating System :: OS Independent",
72
- ]
+ ],
73
+ project_urls={
74
+ 'Documentation': 'https://maec.readthedocs.io/',
75
+ 'Source Code': 'https://github.com/MAECProject/python-maec/',
76
+ 'Bug Tracker': 'https://github.com/MAECProject/python-maec/issues/',
77
+ },
78
)
0 commit comments