Commit 9550cfd3 authored by sirex's avatar sirex

Updated information about Python 3 support.

parent 21ea04a4
...@@ -4,6 +4,8 @@ Change History ...@@ -4,6 +4,8 @@ Change History
0.1.8 (2014-01-25) 0.1.8 (2014-01-25)
================== ==================
- Feature: Python 3 support.
- Feature: added 'url', 'gem-options' and 'environment' options. - Feature: added 'url', 'gem-options' and 'environment' options.
- Fix: add quotes to values of environment variables. - Fix: add quotes to values of environment variables.
......
...@@ -21,6 +21,8 @@ setup(name=name, ...@@ -21,6 +21,8 @@ setup(name=name,
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License (GPL)',
'Topic :: Software Development :: Libraries :: Ruby Modules', 'Topic :: Software Development :: Libraries :: Ruby Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
], ],
author='Mantas Zimnickas', author='Mantas Zimnickas',
author_email='sirexas@gmail.com', author_email='sirexas@gmail.com',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment