Changes between Initial Version and Version 1 of Ticket #8920, comment 1


Ignore:
Timestamp:
May 21, 2017, 11:53:19 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8920, comment 1

    initial v1  
    1 The problem ist that the `install_requires` paramter in `setup.py` specifies `"Trac<0.12"`. Since the plugin works perfectly with Trac 0.12, it should be something like `"Trac<=0.12.99"` instead.
     1The problem ist that the `install_requires` parameter in `setup.py` specifies `"Trac<0.12"`. Since the plugin works perfectly with Trac 0.12, it should be something like `"Trac<=0.12.99"` instead.
    22
    33This bit me when I uploded this plugin as an egg file through teh Admin Panel and it didn't show up in the list of plugins without any error message (except in the log file ;) ).