tabo / numconv
Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/
| commit 47: | 12687d95f46e |
| parent 46: | 3e4be71ff667 |
| branch: | default |
updated setup.py
Changed (Δ7 bytes):
raw changeset »
setup.py (2 lines added, 2 lines removed)
3 |
3 |
import os |
4 |
4 |
from distutils.core import setup |
5 |
5 |
|
6 |
version = '2.1 |
|
6 |
version = '2.1.1' |
|
7 |
7 |
|
8 |
8 |
classifiers = [ |
9 |
9 |
"Development Status :: 5 - Production/Stable", |
| … | … | @@ -29,7 +29,7 @@ long_desc = open(root_dir + '/README').r |
29 |
29 |
setup( |
30 |
30 |
name='numconv', |
31 |
31 |
version=version, |
32 |
url='http |
|
32 |
url='https://tabo.pe/projects/numconv/', |
|
33 |
33 |
author='Gustavo Picon', |
34 |
34 |
author_email='tabo@tabo.pe', |
35 |
35 |
license='Apache License 2.0', |
