From: Orakaro Date: Fri, 6 Jun 2014 17:18:01 +0000 (+0900) Subject: fix setup.py X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=e16801a36b039c1e1a1802f0c2d58d1a03314bf9 fix setup.py --- diff --git a/MANIFEST.in b/MANIFEST.in index 9561fb1..ed015fb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include README.rst +include rainbowstream/image.c diff --git a/setup.py b/setup.py index bcd25fa..e4b48b0 100644 --- 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,