Modify ↓
Opened 16 years ago
Closed 16 years ago
#4229 closed enhancement (fixed)
Make installation easier
Reported by: | izzy | Owned by: | Mauricio Villarroel |
---|---|---|---|
Priority: | normal | Component: | IncludeSourcePartialPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I fiddled around a while how to install the plugin - after I checked it out from the repository. Finally I applied some simple changes, so it can be installed with easy_install from the setup tools:
- created an additional directory
includesource
- moved
IncludeSource.py
to this new directory - created a
setup.py
in the root directory (see attachment)
Maybe you want to adapt these changes, so I mentioned all steps and attached required files. You may want to check the content of setup.py
though, e.g. for copyright and author descriptions.
Attachments (1)
Change History (4)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Owner: | changed from Chris Heller to Mauricio Villarroel |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Approved to work for Trac 0.11 (stable branch) on Ubuntu 8.04.1, Python 2.5.2
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was fixed back in changeset:5023, but the ticket wasn't updated.
Note: See
TracTickets for help on using
tickets.
I added your code to the 0.11 branch and tested the installation under:
Can you confirm that it works in your system before closing this ticket?