X-Git-Url: https://code.kerkeslager.com/?p=ton;a=blobdiff_plain;f=setup.py;h=01dffee3732a54cf660a4e2feffac191d5e4645a;hp=701f1f08aa5969b25d0ceb82dcb3842d54f07f81;hb=HEAD;hpb=5d2690ed8a1b31c4d695f6c6293773d89262b08a diff --git a/setup.py b/setup.py index 701f1f0..01dffee 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read() setup( - name='don', + name='ton', version='0.0.1', description='A dual-format serialization library and reference implementation for Dual Object Notation', long_description=long_description, - url='https://github.com/kerkeslager/don', + url='https://github.com/kerkeslager/ton', author='David Kerkeslager', author_email='', license='GPL-3.0', @@ -30,7 +30,7 @@ setup( 'Topic :: Software Development :: Libraries', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both.