From 8193f58a587819166ecce60220df59334bb4cb7b Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Sat, 15 Jun 2013 11:20:24 +0200 Subject: Add AUTHORS and LICENSE to package --- AUTHORS | 8 ++++++++ MANIFEST.in | 2 ++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..8c2d4d4 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +The PRIMARY AUTHORS are (and/or have been): + + * Markus Holtermann + * Christian Struck + +And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS: + + * Jannis Leidel diff --git a/MANIFEST.in b/MANIFEST.in index 8e5e8a9..c93abb9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ +include AUTHORS +include LICENSE include requirements.txt include README.rst diff --git a/setup.py b/setup.py index 3d4d982..e54a14d 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( author='Christian Struck, Markus Holtermann', author_email='', license='BSD', - packages=find_packages(exclude=['example', 'tests']), + packages=find_packages(exclude=['tests']), include_package_data=True, install_requires=requirements, test_suite="tests", -- cgit v1.2.3