comparison setup.py @ 780:ebf66b8b83f7

cm: Declare PieCrust as a Python 3 only package.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jul 2016 15:04:54 +0200
parents 8b3dfd91cbf6
children 18b3e2acd069
comparison
equal deleted inserted replaced
779:982de61e7da9 780:ebf66b8b83f7
190 'Intended Audience :: System Administrators', 190 'Intended Audience :: System Administrators',
191 'Natural Language :: English', 191 'Natural Language :: English',
192 'Operating System :: MacOS :: MacOS X', 192 'Operating System :: MacOS :: MacOS X',
193 'Operating System :: POSIX :: Linux', 193 'Operating System :: POSIX :: Linux',
194 'Operating System :: Microsoft :: Windows', 194 'Operating System :: Microsoft :: Windows',
195 'Programming Language :: Python', 195 'Programming Language :: Python :: 3 :: Only',
196 'Programming Language :: Python :: 3',
197 'Topic :: Internet :: WWW/HTTP :: Site Management' 196 'Topic :: Internet :: WWW/HTTP :: Site Management'
198 ], 197 ],
199 entry_points={'console_scripts': [ 198 entry_points={'console_scripts': [
200 'chef = piecrust.main:main' 199 'chef = piecrust.main:main'
201 ]} 200 ]}