Skip to content

Commit db2f987

Browse files
committed
bug de requirimets click in setup.py
1 parent bb153d4 commit db2f987

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sxtools
66
:alt: Join the chat at https://gitter.im/sxslex/sxtools
77
:target: https://gitter.im/sxslex/sxtools?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
88

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
1010
:target: https://pypi.python.org/pypi/sxtools
1111

1212
.. image:: https://img.shields.io/badge/python-2.6%2C%202.7%2C%203.3+-blue.svg

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setup(
77
name='sxtools',
8-
version='1.0',
8+
version='1.0.1',
99
description=(
1010
'Useful Functions Set: Remove Accents, Pluralize, Deep Encode and etc..'
1111
),
1212
url='https://github.com/sxslex/sxtools',
1313
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'
1515
),
1616
author='Alexandre Villela (SleX)',
1717
author_email='[email protected]',
@@ -23,7 +23,7 @@
2323
'capitalize'
2424
],
2525
packages=['sxtools'],
26-
install_requires=['capitalize-name'],
26+
install_requires=['capitalize-name', 'click'],
2727
classifiers=[
2828
'License :: OSI Approved :: GNU General Public License (GPL)',
2929
'Natural Language :: English',

sxtools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818

19-
__version__ = '1.0'
19+
__version__ = '1.0.1'
2020

2121

2222
from sxtools.string_utils import remove_accents

0 commit comments

Comments
 (0)