root/authopenidplugin/0.11/setup.py
| Revision 2745, 306 bytes (checked in by dalius, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | from setuptools import setup |
| 2 | |
| 3 | PACKAGE = 'TracAuthOpenId' |
| 4 | VERSION = '0.1' |
| 5 | |
| 6 | setup(name=PACKAGE, |
| 7 | version=VERSION, |
| 8 | packages=['authopenid'], |
| 9 | entry_points={'trac.plugins': '%s = authopenid' % PACKAGE}, |
| 10 | package_data={'authopenid': ['templates/*.html', 'htdocs/css/*.css']}, |
| 11 | ) |
Note: See TracBrowser for help on using the browser.
