Skip to content

Commit

Permalink
version 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pravic committed Feb 3, 2017
1 parent e1aa140 commit 4561f12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'url': 'http://github.com/pravic/pysciter/',
'download_url': 'https://github.com/pravic/pysciter/releases',
'bugtrack_url': 'https://github.com/pravic/pysciter/issues',
'version': '0.4.6',
'version': '0.4.10',
'platforms': ['Windows', 'Linux', 'MacOS X', ],
'packages': ['sciter', 'sciter.capi'],
'install_requires': [''],
Expand All @@ -28,6 +28,8 @@
'Operating System :: Microsoft :: Windows :: Windows XP',
'Operating System :: Microsoft :: Windows :: Windows Vista',
'Operating System :: Microsoft :: Windows :: Windows 7',
'Operating System :: Microsoft :: Windows :: Windows 8',
'Operating System :: Microsoft :: Windows :: Windows 10',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Environment :: MacOS X',
Expand All @@ -38,6 +40,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Desktop Environment',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Application Frameworks',
Expand Down Expand Up @@ -72,7 +75,7 @@
PySciter requires Python 3.x (2.7 is planned in near future).
Sciter works on Microsoft Windows XP and above (x86/x64), Apple OS X v 10.7 and above (64-bit/32-bit) and Linux/GTK (GTK v 3.0 and above, 64-bit only).
Sciter works on Microsoft Windows XP and above (x86/x64), Apple OS X v 10.7 and above (64-bit) and Linux/GTK (GTK v 3.0 and above, 64-bit only).
Feedback and getting involved
=============================
Expand Down

0 comments on commit 4561f12

Please sign in to comment.