Skip to content

Commit

Permalink
updated version number in setup.py and installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasklein committed Mar 16, 2010
1 parent 54d69e1 commit e645b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0.11/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version='0.1.1'
version='0.1.2'

setup(
name='Trac2mite',
Expand Down
7 changes: 5 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ h2. Requirements

h2. Installation

*Please note:* Currently there's a problem when installing the plugin the "normal way":http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin. Until this issue is resolved you have to install the plugin in development mode as described in the steps below.
Before continuing please make sure the TracHoursPlugin is installed and enabled.

To install <code>Trac2mite</code> please follow the instructions provided in the official "Trac Wiki":http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin.

In case you encounter any problems you can still try to install the plugin in development mode as described in the following below.

# Make sure the TracHoursPlugin is installed and enabled.
# Place all source files of the Trac2mite plugin into the plugin directory of your Trac environment.
# Change to <code>/path/to/your/projenv/plugins/Trac2mite/0.11</code> via console and run the command <code>python setup.py develop -md /path/to/your/projenv/plugins</code>
# Login as a user with admin privileges and go to <code>Admin > Plugins</code> to enable all components for 'trac2mite', which should now be listed as a available plugin.
Expand Down

0 comments on commit e645b64

Please sign in to comment.