From e16801a36b039c1e1a1802f0c2d58d1a03314bf9 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 7 Jun 2014 02:18:01 +0900 Subject: [PATCH] fix setup.py --- MANIFEST.in | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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, -- 2.25.1