root/autowikifyplugin/trunk/setup.py
| Revision 728, 409 bytes (checked in by athomas, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | from setuptools import setup |
| 2 | |
| 3 | setup(name='TracAutoWikify', |
| 4 | version='0.1', |
| 5 | packages=['tracautowikify'], |
| 6 | author='Alec Thomas', |
| 7 | description='Automatically create links for all known Wiki pages, even those that are not in CamelCase.', |
| 8 | url='http://trac-hacks.org/wiki/AutoWikifyPlugin', |
| 9 | license='BSD', |
| 10 | entry_points = {'trac.plugins': ['tracautowikify = tracautowikify']}) |
Note: See TracBrowser for help on using the browser.
