Update readme check

master
Chris Lenk 2019-08-12 12:28:27 -04:00
parent b981cdf4fc
commit 4fafdfecff
2 changed files with 4 additions and 2 deletions

View File

@ -27,6 +27,7 @@ setup(
version=get_version(),
description='Produce and consume STIX 2 JSON content',
long_description=get_long_description(),
long_description_content_type='text/x-rst',
url='https://oasis-open.github.io/cti-documentation/',
author='OASIS Cyber Threat Intelligence Technical Committee',
author_email='cti-users@lists.oasis-open.org',

View File

@ -34,9 +34,10 @@ commands =
[testenv:packaging]
deps =
readme_renderer
twine
commands =
python setup.py check -r -s
python setup.py bdist_wheel --universal
twine check dist/*
[travis]
python =