Skip to content

Commit

Permalink
Merge pull request #243 from fizyk/maintaner
Browse files Browse the repository at this point in the history
Remove author and set up maintainer
  • Loading branch information
fizyk committed Jul 15, 2020
2 parents b0af25e + 4835ec5 commit dd0ebc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ def read(fname):
read('README.rst') + '\n\n' + read('CHANGES.rst')
),
keywords='tests py.test pytest fixture mysql',
author='Clearcode - The A Room',
author_email='thearoom@clearcode.cc',
author="Pyziomki, a Clearcode's team",
author_email="pyziomki[at]clearcode.cc",
maintainer='Grzegorz Śliwiński',
maintainer_email='g.sliwnski+pypi@clearcode.cc',
url='https://github.com/ClearcodeHQ/pytest-mysql',
license='LGPLv3',
classifiers=[
Expand Down

0 comments on commit dd0ebc9

Please sign in to comment.