Skip to content

Commit

Permalink
Update project authors
Browse files Browse the repository at this point in the history
Change project authorship to "python-restx Authors"
and update LICENCE/setup.py accordingly to reflect
ownership of the new fork.
  • Loading branch information
SteadBytes committed Jan 10, 2020
1 parent 5952151 commit e9023be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BSD 3-Clause License

Original work Copyright (c) 2013 Twilio, Inc
Modified work Copyright (c) 2014 Axel Haustant
Modified work Copyright (c) 2020 python-restx Authors

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def pip(filename):
description=__description__,
long_description=long_description,
url='https://github.com/python-restx/flask-restx',
author='Axel Haustant',
author_email='axel@data.gouv.fr',
author='python-restx Authors',
author_email='', # TODO
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit e9023be

Please sign in to comment.