Skip to content

Commit b910110

Browse files
committed
Update project authors
Change project authorship to "python-restx Authors" and update LICENCE/setup.py accordingly to reflect ownership of the new fork. The author_email field has been removed from setup.py as it is no longer a required field python/cpython#17388 and setting up a python-restx team email is not a task we're looking to take on at the moment.
1 parent eb9f638 commit b910110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ BSD 3-Clause License
22

33
Original work Copyright (c) 2013 Twilio, Inc
44
Modified work Copyright (c) 2014 Axel Haustant
5+
Modified work Copyright (c) 2020 python-restx Authors
56

67
All rights reserved.
78

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ def pip(filename):
7272
description=__description__,
7373
long_description=long_description,
7474
url='https://github.com/python-restx/flask-restx',
75-
author='Axel Haustant',
76-
author_email='[email protected]',
75+
author='python-restx Authors',
7776
packages=find_packages(exclude=['tests', 'tests.*']),
7877
include_package_data=True,
7978
install_requires=install_requires,

0 commit comments

Comments
 (0)