From 2e1e9db9f8b8801e26f00238ad90a0c75e38c7a7 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 6 Feb 2015 23:43:51 +0000 Subject: [PATCH] ready for release --- README.rst | 9 +++++++-- doc/source/index.rst | 8 ++++++-- setup.py | 4 +--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 742e5ee..50160a8 100644 --- a/README.rst +++ b/README.rst @@ -61,9 +61,14 @@ Fonts, colors and charts are not supported. Installation ============ -You can install it from github only for now:: - $ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet +You can install it via pip:: + + $ pip install django-excel + + +or clone it and install it:: + $ git clone http://github.com/chfw/django-pyexcel.git $ cd django-excel $ python setup.py install diff --git a/doc/source/index.rst b/doc/source/index.rst index e9ee9f4..68a2d5d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -47,9 +47,13 @@ This library makes infomation processing involving various excel files as easy a Installation -------------- -You can install it from github only for now:: +You can install it via pip:: + + $ pip install django-excel + + +or clone it and install it:: - $ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet $ git clone http://github.com/chfw/django-pyexcel.git $ cd django-excel $ python setup.py install diff --git a/setup.py b/setup.py index bf3fa22..d88ada9 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,7 @@ dependencies = [ 'pyexcel>=0.1.3', - 'pyexcel-webio>=0.0.1', - 'Django==1.7.1' + 'Django>=1.7.1' ] setup( @@ -39,7 +38,6 @@ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Intended Audience :: Developers', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3',