Skip to content

Commit eab5e5b

Browse files
Update setup.py.
1 parent 831588f commit eab5e5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
setuptools.setup(
1515
name='Webware-for-Python-MiddleKit',
1616
version=version,
17-
author='cito, jdhildeb, nl et al.',
18-
author_email='nl@mnet-online.de',
17+
author='Chuck Esterbrook, cito, jdhildeb, nl et al.',
18+
author_email='jason@peaceworks.ca',
1919
description=description,
2020
install_requires=['Webware-for-Python>=3.0.0a0'],
2121
long_description=long_description,
2222
long_description_content_type='text/markdown',
2323
keywords='database orm',
24-
url='https://github.com/nlgio/w4py3-middlekit/',
24+
url='https://github.com/PeaceWorksTechnologySolutions/w4py3-middlekit',
2525
packages=setuptools.find_packages(),
2626
include_package_data=True,
2727
classifiers=[

0 commit comments

Comments
 (0)