[Trac-tickets] [The Trac Project] #2878: Minor error in Mercurial
plugin setup.py script
The Trac Project
noreply at edgewall.com
Wed Mar 15 10:31:32 CST 2006
#2878: Minor error in Mercurial plugin setup.py script
---------------------------------------------+------------------------------
Reporter: robert.butterfield at asti-usa.com | Owner: cmlenz
Type: defect | Status: new
Priority: normal | Milestone:
Component: version control | Version: devel
Severity: normal | Keywords:
---------------------------------------------+------------------------------
For revision r3013
Mercurial plugin does not install correctly (using trac dev trunk).
File: source:sandbox/mercurial-plugin/setup.py
Current setup.py has
packages=['tracvc'],
needs
packages=['tracvc','tracvc.hg'],
otherwise egg is built with missing hg.backend code
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2878>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list