Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="indigo@bitglue.com",
maintainer="Florent Xicluna",
maintainer_email="pyflakes-dev@lists.launchpad.net",
url="https://launchpad.net/pyflakes",
author="A lot of people",
author_email="code-quality@python.org",
url="https://github.com/pyflakes/pyflakes",
packages=["pyflakes", "pyflakes.scripts", "pyflakes.test"],
classifiers=[
"Development Status :: 6 - Mature",
Expand Down