File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 95
95
96
96
# moban hashes
97
97
.moban.hashes
98
+ .DS_store
98
99
Original file line number Diff line number Diff line change 1
- {% extends 'setup.py.jj2' % }
1
+ {% extends 'pyexcel- setup.py.jj2' % }
2
2
3
3
{% block platform_block % }
4
4
{% endblock % }
5
5
6
6
{% block compat_block % }
7
7
{% endblock % }
8
8
9
- {% block morefiles - % }
10
- 'CONTRIBUTORS.rst'
9
+ {% block morefiles % } 'CONTRIBUTORS.rst' ,
11
10
{% - endblock % }
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ How to update test environment and update documentation
314
314
Additional steps are required:
315
315
316
316
#. pip install moban
317
- #. git clone https://github.com/pyexcel /setupmobans.git # generic setup
317
+ #. git clone https://github.com/moremoban /setupmobans.git # generic setup
318
318
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
319
319
#. make your changes in `.moban.d ` directory, then issue command `moban `
320
320
Original file line number Diff line number Diff line change 29
29
'Topic :: Utilities' ,
30
30
'Topic :: Software Development :: Libraries' ,
31
31
'Programming Language :: Python' ,
32
- 'License :: OSI Approved :: BSD License' ,
33
32
'Intended Audience :: Developers' ,
34
33
'Programming Language :: Python :: 2.6' ,
35
34
'Programming Language :: Python :: 2.7' ,
36
35
'Programming Language :: Python :: 3.3' ,
37
36
'Programming Language :: Python :: 3.4' ,
38
37
'Programming Language :: Python :: 3.5' ,
39
38
'Programming Language :: Python :: 3.6' ,
39
+ 'License :: OSI Approved :: BSD License' ,
40
40
]
41
41
42
42
INSTALL_REQUIRES = [
You can’t perform that action at this time.
0 commit comments