Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
Point people to GitHub, not Launchpad. All that's left on Launchpad are
a bunch of stale bugs.

Update the author field to reflect the large number of contributors.
Remove the maintainer field because a bug in something (setuptools?)
overwrites the author field with the maintainer field when the package
gets uploaded to PyPI.
  • Loading branch information
bitglue committed Apr 17, 2015
1 parent 03e7a01 commit c5d8e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Contributors
------------

Expand All @@ -18,3 +17,6 @@ Contributors
* Marcin Cieślak
* Steven Myint
* Ignas Mikalajūnas

See also the contributors list on GitHub:
https://github.com/pyflakes/pyflakes/graphs/contributors
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ def get_long_description():
version=get_version(),
description="passive checker of Python programs",
long_description=get_long_description(),
author="Phil Frost",
author_email="[email protected]",
maintainer="Florent Xicluna",
maintainer_email="[email protected]",
url="https://launchpad.net/pyflakes",
author="A lot of people",
author_email="[email protected]",
url="https://github.com/pyflakes/pyflakes",
packages=["pyflakes", "pyflakes.scripts", "pyflakes.test"],
classifiers=[
"Development Status :: 6 - Mature",
Expand Down

0 comments on commit c5d8e42

Please sign in to comment.