From 05683b376575f561bae689ef94c6c9cea3049a94 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 18 Sep 2017 10:38:09 +0200 Subject: [PATCH] Include and run tests, include changelog in sdist quite useful for packaging --- MANIFEST.in | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index f3f73c1..f46e3b6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ include LICENSE include MANIFEST.in include README.rst +include CHANGELOG.md +graft tests diff --git a/setup.py b/setup.py index 1dd64c5..6812fe2 100644 --- a/setup.py +++ b/setup.py @@ -28,4 +28,5 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6' ), + test_suite='tests', )