1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

Added basic Python3 support

This commit is contained in:
2019-02-24 13:16:23 +01:00
parent 28a99b0470
commit 07690f9c94
9 changed files with 50 additions and 60 deletions

View File

@@ -7,7 +7,7 @@ from distutils.core import setup
setup(name='pygtktalog',
packages=['pygtktalog'],
version='2.0',
version='3.0',
description='Catalog application with GTK interface',
author='Roman Dobosz',
author_email='gryf73@gmail.com',
@@ -18,7 +18,8 @@ setup(name='pygtktalog',
scripts=['scripts/cmdcatalog.py'],
classifiers=['Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 2 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',