| Rev | Line | |
|---|
| [15728] | 1 | #!/usr/bin/env python |
|---|
| [11453] | 2 | # For licensing and copyright info, see multicommitupdater/commitupdater.py |
|---|
| [15728] | 3 | |
|---|
| [11453] | 4 | from setuptools import setup |
|---|
| 5 | |
|---|
| 6 | setup(name='MultiProjectCommitTicketUpdater', |
|---|
| [15722] | 7 | version='0.12.2', |
|---|
| [11453] | 8 | description='Multi-project version of commit_updater', |
|---|
| 9 | author='fleeblewidget', |
|---|
| 10 | author_email='fleeblewidget@gmail.com', |
|---|
| [15728] | 11 | license='3-Clause BSD', |
|---|
| [11453] | 12 | packages=['multicommitupdater'], |
|---|
| 13 | entry_points = { |
|---|
| 14 | 'trac.plugins': [ |
|---|
| 15 | 'multiprojectcommitticketupdater = multicommitupdater.commitupdater', |
|---|
| 16 | ], |
|---|
| 17 | }, |
|---|
| 18 | ) |
|---|
Note: See
TracBrowser
for help on using the repository browser.