comparison setup.py @ 27:f85c921c49c8 0.6.1

setup.py fixes
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 15 Nov 2015 10:37:32 +0100
parents b4af8f4c6136
children a01ab1cf7016
comparison
equal deleted inserted replaced
26:b4af8f4c6136 27:f85c921c49c8
26 classifiers=[ 26 classifiers=[
27 'Development Status :: 4 - Beta', 27 'Development Status :: 4 - Beta',
28 'Environment :: Console', 28 'Environment :: Console',
29 'Intended Audience :: Developers', 29 'Intended Audience :: Developers',
30 'License :: DFSG approved', 30 'License :: DFSG approved',
31 'License :: OSI Approved :: GNU',
32 'Operating System :: OS Independent', 31 'Operating System :: OS Independent',
33 'Topic :: Software Development :: Version Control' 32 'Topic :: Software Development :: Version Control'
34 #'Topic :: Software Development :: Version Control :: Mercurial', 33 #'Topic :: Software Development :: Version Control :: Mercurial',
35 ], 34 ],
36 zip_safe=True) 35 zip_safe=True)