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)',