diff --git a/setup.py b/setup.py index 58c7f726..c15296d4 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.4.3.1', # Required + version='0.4.3.2', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -63,9 +63,9 @@ It is designed for Python 3 on a LINUX Ubuntu-like system. Also tested with Anaconda -Documentation: https://geodezyx.github.io/GeodeZYX-Toolbox_v4 +Documentation: https://geodezyx.github.io/geodezyx-toolbox -GitHub repository: https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4 +GitHub repository: https://github.com/GeodeZYX/geodezyx-toolbox PyPi project: https://pypi.org/project/geodezyx """, # Optional @@ -86,7 +86,7 @@ # # This field corresponds to the "Home-Page" metadata field: # https://packaging.python.org/specifications/core-metadata/#home-page-optional - url='https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4', # Optional + url='https://github.com/GeodeZYX/geodezyx-toolbox', # Optional # This should be your name or the name of the organization which owns the # project. @@ -238,6 +238,6 @@ # 'Bug Reports': 'https://github.com/pypa/sampleproject/issues', # 'Funding': 'https://donate.pypi.org', # 'Say Thanks!': 'http://saythanks.io/to/example', - # 'Source': 'https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4' #, + # 'Source': 'https://github.com/GeodeZYX/geodezyx-toolbox' #, #} )