X-Git-Url: https://code.kerkeslager.com/?p=ton;a=blobdiff_plain;f=setup.py;fp=setup.py;h=01dffee3732a54cf660a4e2feffac191d5e4645a;hp=158bf7a3ce359e8ca8a5cd7836d18288221b4349;hb=6102d28307a3efe75f1d9cb6b317c37eaa0d0907;hpb=d5664ddbb2c2a6bf98b354ea68b03c80464e6511 diff --git a/setup.py b/setup.py index 158bf7a..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',