Mercurial > hg > pydct
comparison setup.py @ 0:63af49cca5d2
initial import
| author | pmeerw@pan |
|---|---|
| date | Tue, 06 May 2008 23:01:28 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:63af49cca5d2 |
|---|---|
| 1 from distutils.core import setup | |
| 2 | |
| 3 setup (name = 'pydct', | |
| 4 version = '1.0', | |
| 5 author = 'Peter Meerwald', | |
| 6 author_email = 'pmeerw@pmeerw.net', | |
| 7 description = 'pydct: Discrete Cosine Transform routines for Python', | |
| 8 packages=['pydct'], | |
| 9 license = 'BSD' | |
| 10 ) |
