File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
:alt: Join the chat at https://gitter.im/sxslex/sxtools
7
7
:target: https://gitter.im/sxslex/sxtools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
8
8
9
- .. image :: https://img.shields.io/badge/pypi-v1.0-orange.svg
9
+ .. image :: https://img.shields.io/badge/pypi-v1.0.1 -orange.svg
10
10
:target: https://pypi.python.org/pypi/sxtools
11
11
12
12
.. image :: https://img.shields.io/badge/python-2.6%2C%202.7%2C%203.3+-blue.svg
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'sxtools' ,
8
- version = '1.0' ,
8
+ version = '1.0.1 ' ,
9
9
description = (
10
10
'Useful Functions Set: Remove Accents, Pluralize, Deep Encode and etc..'
11
11
),
12
12
url = 'https://github.com/sxslex/sxtools' ,
13
13
download_url = (
14
- 'https://github.com/sxslex/sxtools/archive/v1.0.tar.gz'
14
+ 'https://github.com/sxslex/sxtools/archive/v1.0.1. tar.gz'
15
15
),
16
16
author = 'Alexandre Villela (SleX)' ,
17
17
23
23
'capitalize'
24
24
],
25
25
packages = ['sxtools' ],
26
- install_requires = ['capitalize-name' ],
26
+ install_requires = ['capitalize-name' , 'click' ],
27
27
classifiers = [
28
28
'License :: OSI Approved :: GNU General Public License (GPL)' ,
29
29
'Natural Language :: English' ,
Original file line number Diff line number Diff line change 16
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
18
18
19
- __version__ = '1.0'
19
+ __version__ = '1.0.1 '
20
20
21
21
22
22
from sxtools .string_utils import remove_accents
You can’t perform that action at this time.
0 commit comments