-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|