Skip to content

Commit 2da84ee

Browse files
committed
Update setup.py
1 parent 8711d23 commit 2da84ee

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_long_description():
5252
author_email="maec@mitre.org",
5353
description="An API for parsing and creating MAEC content.",
5454
long_description=get_long_description(),
55-
url="http://maec.mitre.org",
55+
url="https://maecproject.github.io/",
5656
packages=find_packages(),
5757
install_requires=install_requires,
5858
extras_require=extras_require,
@@ -69,5 +69,10 @@ def get_long_description():
6969
"Intended Audience :: Developers",
7070
"License :: OSI Approved :: BSD License",
7171
"Operating System :: OS Independent",
72-
]
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+
},
7378
)

0 commit comments

Comments
 (0)