Show
Ignore:
Timestamp:
05/27/08 02:11:28 (6 months ago)
Author:
pacopablo
Message:
  • Applied patch to remove unnecessary ctxt div. Thanks domluc. Closes #2918
  • Moved description of "THE BEER-WARE LICENSE" to the top of setup.py and changed the license= option t

o simply be 'THE BEER-WARE LICENSE" so that bdist_rpm will work. Closes #1953.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • accountmanagerplugin/0.10/setup.py

    r2120 r3721  
    11#!/usr/bin/env python 
     2 
     3# License: 
     4#   "THE BEER-WARE LICENSE" (Revision 42): 
     5# <trac@matt-good.net> wrote this file.  As long as you retain this notice you 
     6# can do whatever you want with this stuff. If we meet some day, and you think 
     7# this stuff is worth it, you can buy me a beer in return.   Matthew Good 
    28 
    39from setuptools import setup 
     
    1117    description = 'User account management plugin for Trac', 
    1218 
    13     license = ''' 
    14 "THE BEER-WARE LICENSE" (Revision 42): 
    15 <trac@matt-good.net> wrote this file.  As long as you retain this notice you 
    16 can do whatever you want with this stuff. If we meet some day, and you think 
    17 this stuff is worth it, you can buy me a beer in return.   Matthew Good''', 
     19    license = 'THE BEER-WARE LICENSE', 
    1820 
    1921    zip_safe=True,