Merge pull request #94 from wagner-certat/include-changelog

Include and run tests, include changelog in sdist
This commit is contained in:
Martin Rusev
2017-09-18 12:41:28 +02:00
committed by GitHub
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',
)