From 36407591388adf703f23bb773cc40910a37dfe79 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Jun 2012 06:11:06 -0400 Subject: [PATCH] setup.py, manifest --- MANIFEST.in | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..36482f5 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.rst LICENSE HISTORY.rst diff --git a/setup.py b/setup.py index 6809de1..bb5a3cc 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ requires = ['boto>=2.2.0'] setup( name='dynamo', - version='0.0.1', + version='0.1.0', description='Python HTTP for Humans.', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), @@ -36,7 +36,7 @@ setup( install_requires=requires, license=open('LICENSE').read(), classifiers=( - 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Natural Language :: English', 'License :: OSI Approved :: ISC License (ISCL)',