We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9696f commit 3ea4f8cCopy full SHA for 3ea4f8c
.travis.yml
@@ -11,6 +11,9 @@ python:
11
- pypy3
12
install:
13
- pip install -r requirements.txt
14
+ - pip install twine readme_renderer
15
script:
16
- python setup.py build
17
- python setup.py test
18
+ - python setup.py sdist
19
+ - twine check dist/*
setup.py
@@ -78,6 +78,7 @@ def run(self):
78
version=VERSION,
79
description="Osquery Python API",
80
long_description=README,
81
+ long_description_content_type="text/markdown",
82
author=AUTHOR,
83
author_email="osquery@fb.com",
84
url="https://osquery.io",
0 commit comments