root/pyyaml-legacy/trunk/setup.py
| Revision 98, 307 bytes (checked in by tim, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | from distutils.core import setup |
| 2 | setup (name = "yaml", |
| 3 | description = "A Pure Python Yaml Parser Dumper", |
| 4 | version = "0.35", |
| 5 | packages = ["yaml"], |
| 6 | author = "Steve Howell et al", |
| 7 | author_email = "info@pyyaml.dnsalias.org", |
| 8 | url = "http://pyyaml.dnsalias.org/" |
| 9 | ) |
Note: See TracBrowser for help on using the browser.
