Skip to content

Commit 2e1e9db

Browse files
committed
ready for release
1 parent 6b4d891 commit 2e1e9db

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,14 @@ Fonts, colors and charts are not supported.
6161

6262
Installation
6363
============
64-
You can install it from github only for now::
6564

66-
$ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
65+
You can install it via pip::
66+
67+
$ pip install django-excel
68+
69+
70+
or clone it and install it::
71+
6772
$ git clone http://github.com/chfw/django-pyexcel.git
6873
$ cd django-excel
6974
$ python setup.py install

doc/source/index.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ This library makes infomation processing involving various excel files as easy a
4747

4848
Installation
4949
--------------
50-
You can install it from github only for now::
50+
You can install it via pip::
51+
52+
$ pip install django-excel
53+
54+
55+
or clone it and install it::
5156

52-
$ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
5357
$ git clone http://github.com/chfw/django-pyexcel.git
5458
$ cd django-excel
5559
$ python setup.py install

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
dependencies = [
1212
'pyexcel>=0.1.3',
13-
'pyexcel-webio>=0.0.1',
14-
'Django==1.7.1'
13+
'Django>=1.7.1'
1514
]
1615

1716
setup(
@@ -39,7 +38,6 @@
3938
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4039
'Intended Audience :: Developers',
4140
'Programming Language :: Python :: 2',
42-
'Programming Language :: Python :: 2.6',
4341
'Programming Language :: Python :: 2.7',
4442
'Programming Language :: Python :: 3',
4543
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)