root/cherokee-pyscgi/setup.py
| Revision 1324, 459 bytes (checked in by alo, 7 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | from distutils.core import setup |
| 4 | from distutils.extension import Extension |
| 5 | |
| 6 | setup (name = "cherokee_pyscgi", |
| 7 | version = "1.6", |
| 8 | description = "Portable SCGI implementation", |
| 9 | author = "Alvaro Lopez Ortega", |
| 10 | author_email = "alvaro@alobbs.com", |
| 11 | url = "http://www.cherokee-project.com/", |
| 12 | license = "BSD. Read LICENSE for details.", |
| 13 | packages = ['pyscgi']) |
Note: See TracBrowser for help on using the browser.