Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanvg committed Sep 18, 2019
1 parent 6346e07 commit 7f82b8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -6,6 +6,7 @@ A python library for parsing, manipulating, and generating `Structured Threat In
:Source: https://github.com/STIXProject/python-stix
:Documentation: https://stix.readthedocs.io/
:Information: https://stixproject.github.io/
:Download: https://pypi.python.org/pypi/stix/

|travis_badge| |landscape_io_badge| |version_badge|

Expand Down
9 changes: 7 additions & 2 deletions setup.py
Expand Up @@ -43,7 +43,7 @@ def get_long_description():
author_email="stix@mitre.org",
description="An API for parsing and generating STIX content.",
long_description=get_long_description(),
url="http://stix.mitre.org",
url="https://stixproject.github.io/",
packages=find_packages(),
install_requires=install_requires,
license="BSD",
Expand All @@ -59,5 +59,10 @@ def get_long_description():
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]
],
project_urls={
'Documentation': 'https://stix.readthedocs.io/',
'Source Code': 'https://github.com/STIXProject/python-stix/',
'Bug Tracker': 'https://github.com/STIXProject/python-stix/issues/',
},
)

0 comments on commit 7f82b8f

Please sign in to comment.