update source code location

This commit is contained in:
2021-04-14 23:34:23 +00:00
parent 55ae3544d5
commit ecc1b3bd8d

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="binary-bits",
version="1.1.0",
version="1.1.1",
author="S Groesz",
description="Provide additional methods for working with binary data",
long_description=long_description,
@@ -28,6 +28,6 @@ setuptools.setup(
'test': ['coverage'],
},
project_urls={
'Source': 'http://git.groesz.org/wp/bits/',
'Source': 'http://git.groesz.org/Groesz.org/bits/',
},
)