Mercurial > pycweather
comparison setup.py @ 9:243dfc25bdec tip
corrected ISC license name
| author | Vlad Glagolev <enqlave@gmail.com> |
|---|---|
| date | Mon, 26 Dec 2011 11:26:25 +0400 |
| parents | 5e26e170a121 |
| children |
comparison
equal
deleted
inserted
replaced
| 8:5e26e170a121 | 9:243dfc25bdec |
|---|---|
| 41 license = "ISC", | 41 license = "ISC", |
| 42 classifiers = [ | 42 classifiers = [ |
| 43 "Topic :: Desktop Environment", | 43 "Topic :: Desktop Environment", |
| 44 "Programming Language :: Python", | 44 "Programming Language :: Python", |
| 45 "Operating System :: POSIX", | 45 "Operating System :: POSIX", |
| 46 "License :: OSI Approved :: ISC License", | 46 "License :: OSI Approved :: ISC License (ISCL)", |
| 47 "Natural Language :: English", | 47 "Natural Language :: English", |
| 48 "Intended Audience :: End Users/Desktop", | 48 "Intended Audience :: End Users/Desktop", |
| 49 ] | 49 ] |
| 50 ) | 50 ) |
