update source code location
This commit is contained in:
parent
55ae3544d5
commit
ecc1b3bd8d
4
setup.py
4
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="binary-bits",
|
name="binary-bits",
|
||||||
version="1.1.0",
|
version="1.1.1",
|
||||||
author="S Groesz",
|
author="S Groesz",
|
||||||
description="Provide additional methods for working with binary data",
|
description="Provide additional methods for working with binary data",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
@ -28,6 +28,6 @@ setuptools.setup(
|
||||||
'test': ['coverage'],
|
'test': ['coverage'],
|
||||||
},
|
},
|
||||||
project_urls={
|
project_urls={
|
||||||
'Source': 'http://git.groesz.org/wp/bits/',
|
'Source': 'http://git.groesz.org/Groesz.org/bits/',
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue