diff options
Diffstat (limited to 'www/trac-gantt/files/patch-setup.py')
-rw-r--r-- | www/trac-gantt/files/patch-setup.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/trac-gantt/files/patch-setup.py b/www/trac-gantt/files/patch-setup.py deleted file mode 100644 index 0d8d1d4282b5..000000000000 --- a/www/trac-gantt/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- setup.py.orig 2006-07-20 17:08:15 UTC -+++ setup.py -@@ -9,8 +9,8 @@ setup ( - packages = ['tracgantt'], - package_data={'tracgantt': ['templates/*.cs', 'htdocs/*.css']}, - -- #install_requires = ['trac>=0.9'], -- #entry_points = {'trac.plugins': ['module_name = gantt']}, -+ install_requires = ['trac>=0.11'], -+ entry_points = {'trac.plugins': ['tracgantt = tracgantt']}, - - author = "Will Barton", - author_email = "wbb4@opendarwin.org", |