diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c4bf456 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.rst \ No newline at end of file diff --git a/setup.py b/setup.py index f6606e5..0be800a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup APP_NAME = 'dirsnap' APP_SCRIPT = './_dirsnap' -VERSION = '0.0.1' +VERSION = '0.0.2' required = ['requests']