Skip to content

Commit e9023be

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.
1 parent 5952151 commit e9023be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ 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',
76+
author_email='', # TODO
7777
packages=find_packages(exclude=['tests', 'tests.*']),
7878
include_package_data=True,
7979
install_requires=install_requires,

0 commit comments

Comments
 (0)