fix setup.py
authorOrakaro <nhatminh_179@hotmail.com>
Fri, 6 Jun 2014 17:18:01 +0000 (02:18 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Fri, 6 Jun 2014 17:18:01 +0000 (02:18 +0900)
MANIFEST.in
setup.py

index 9561fb1061f6de114633c70871232a6896dcbe8a..ed015fbce3f4e6892710e5ff27348192afc3c7f1 100644 (file)
@@ -1 +1,2 @@
 include README.rst
+include rainbowstream/image.c
index bcd25fa181a954eeb0afead50339637099df20b3..e4b48b0e382b6ca3198fd80492043f3793c2753e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.0.1'
+version = '0.0.2'
 
 install_requires = [
     "SQLAlchemy",
@@ -37,7 +37,7 @@ setup(name='rainbowstream',
       author='Vu Nhat Minh',
       author_email='nhatminh_179@hotmail.com',
       url='https://github.com/DTVD/rainbowstream',
-      download_url='https://github.com/DTVD/rainbowstream/archive/v0.0.1.zip',
+      download_url='https://github.com/DTVD/rainbowstream/archive/v0.0.2.zip',
       license='MIT License',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
       include_package_data=True,