Skip to content

Commit

Permalink
setup: Add long_description_content_type (#69)
Browse files Browse the repository at this point in the history
To check this passes tests use:
  python setup.py sdist
  twine check dist/
  • Loading branch information
theopolis authored Aug 7, 2019
1 parent 5f9696f commit 3ea4f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ python:
- pypy3
install:
- pip install -r requirements.txt
- pip install twine readme_renderer
script:
- python setup.py build
- python setup.py test
- python setup.py sdist
- twine check dist/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def run(self):
version=VERSION,
description="Osquery Python API",
long_description=README,
long_description_content_type="text/markdown",
author=AUTHOR,
author_email="osquery@fb.com",
url="https://osquery.io",
Expand Down

0 comments on commit 3ea4f8c

Please sign in to comment.