Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project metadata #17

Merged
merged 1 commit into from
Apr 17, 2015
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="[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