Include and run tests, include changelog in sdist

quite useful for packaging
This commit is contained in:
Sebastian Wagner
2017-09-18 10:38:09 +02:00
parent a06b7df567
commit 05683b3765
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
include LICENSE
include MANIFEST.in
include README.rst
include CHANGELOG.md
graft tests

View File

@@ -28,4 +28,5 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
),
test_suite='tests',
)