~lazr-developers/txfixtures/master

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gavin Panella
  • Date: 2011-12-05 10:41:30 UTC
  • mfrom: (11.1.3)
  • Revision ID: git-v1:42cc1b9ed943622e6115737ddd52734a9d996c5f
[r=bigjools] Remove spurious copy of get_pid_from_file() from txfixtures.tachandler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    description=('Treat Twisted applications as Python test fixtures'),
29
29
    long_description=get_long_description(),
30
30
    version=get_version(),
31
 
    classifiers=["License :: OSI Approved :: GNU General Public License (GPL)"],
 
31
    classifiers=[
 
32
        "License :: OSI Approved :: GNU General Public License (GPL)",
 
33
        ],
32
34
    packages=['txfixtures'],
33
35
    requires=[
34
36
        'fixtures',