~divmod-dev/divmod.org/eschew-distinct

« back to all changes in this revision

Viewing changes to Pyflakes/setup.py

  • Committer: Tristan Seligmann
  • Date: 2011-12-12 09:45:12 UTC
  • mfrom: (2681.1.4 release-pyflakes-0.5.0)
  • Revision ID: mithrandi@mithrandi.net-20111212094512-9sq99xd0aryrvunm
Merge Pyflakes 0.5.0 release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
 
# (c) 2005-2009 Divmod, Inc.  See LICENSE file for details
 
2
# Copyright 2005-2011 Divmod, Inc.  See LICENSE file for details
3
3
 
4
4
from distutils.core import setup
5
5
 
6
6
setup(
7
7
    name="pyflakes",
8
8
    license="MIT",
9
 
    version="0.4.0",
 
9
    version="0.5.0",
10
10
    description="passive checker of Python programs",
11
11
    author="Phil Frost",
12
 
    maintainer="Moe Aboulkheir",
13
 
    maintainer_email="moe@divmod.com",
14
 
    url="http://www.divmod.org/trac/wiki/DivmodPyflakes",
 
12
    author_email="indigo@bitglue.com",
 
13
    maintainer="Divmod developers",
 
14
    maintainer_email="divmod-dev@lists.launchpad.net",
 
15
    url="https://launchpad.net/pyflakes",
15
16
    packages=["pyflakes", "pyflakes.scripts", "pyflakes.test"],
16
17
    scripts=["bin/pyflakes"],
17
18
    long_description="""Pyflakes is program to analyze Python programs and detect various errors. It