Skip to content

Commit

Permalink
Merge pull request #67 from cisagov/improvement/update_package_metadata
Browse files Browse the repository at this point in the history
Update Package Metadata
  • Loading branch information
mcdonnnj committed Feb 17, 2021
2 parents ec60d4a + 3b21b3d commit a7d1b25
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,20 @@ def get_version(version_file):
name="example",
# Versions should comply with PEP440
version=get_version("src/example/_version.py"),
description="Example python library",
description="Example Python library",
long_description=readme(),
long_description_content_type="text/markdown",
# NCATS "homepage"
url="https://www.us-cert.gov/resources/ncats",
# The project's main homepage
download_url="https://github.com/cisagov/skeleton-python-library",
# Landing page for CISA's cybersecurity mission
url="https://www.cisa.gov/cybersecurity",
# Additional URLs for this project per
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
project_urls={
"Source": "https://github.com/cisagov/skeleton-python-library",
"Tracker": "https://github.com/cisagov/skeleton-python-library/issues",
},
# Author details
author="Cyber and Infrastructure Security Agency",
author_email="ncats@hq.dhs.gov",
author="Cybersecurity and Infrastructure Security Agency",
author_email="github@cisa.dhs.gov",
license="License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down

0 comments on commit a7d1b25

Please sign in to comment.