tabo / numconv

Python library to convert strings to numbers and numbers to strings. Docs: http://docs.tabo.pe/numconv/tip/

Clone this repository (size: 158.5 KB): HTTPS / SSH
$ hg clone http://code.tabo.pe/numconv

Changed (Δ7 bytes):

raw changeset »

setup.py (2 lines added, 2 lines removed)

Up to file-list setup.py:

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://code.tabo.pe/numconv/',
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',