Skip to content

Commit f740e2d

Browse files
committed
Adapt repository and author names
1 parent 55d36d6 commit f740e2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Chuck Esterbrook, cito, PeaceWorks, Nico Latzer et al.
3+
Copyright (c) 2020 Chuck Esterbrook, Jason Hildebrand, Nico Latzer et al.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# w4py3-middlekit
22
MiddleKit Plugin ported to Python3
33

4-
Optional part of the Webware for Python framework, see <https://github.com/cito/w4py3>
4+
Optional part of the Webware for Python framework, see <https://github.com/WebwareForPython/w4py3>

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
setuptools.setup(
1515
name='Webware-for-Python-MiddleKit',
1616
version=version,
17-
author='Chuck Esterbrook, cito, jdhildeb, nl et al.',
17+
author='Chuck Esterbrook, Jason Hildebrand et al.',
1818
author_email='[email protected]',
1919
description=description,
2020
install_requires=['Webware-for-Python>=3.0.0a1'],
2121
long_description=long_description,
2222
long_description_content_type='text/markdown',
2323
keywords='database orm',
24-
url='https://github.com/PeaceWorksTechnologySolutions/w4py3-middlekit',
24+
url='https://github.com/WebwareForPython/w4py3-middlekit',
2525
packages=setuptools.find_packages(),
2626
include_package_data=True,
2727
classifiers=[
28-
'Development Status :: 5 - Production/Stable', #@@pre-relase
28+
'Development Status :: 5 - Production/Stable', #@@pre-relase
2929
'Environment :: Web Environment',
3030
'Intended Audience :: Developers',
3131
'Topic :: Software Development :: Libraries :: Application Frameworks',
@@ -42,4 +42,4 @@
4242
'MiddleKit = webware.MiddleKit',
4343
]
4444
}
45-
)
45+
)

0 commit comments

Comments
 (0)