Commit 4837409b authored by Igor Dejanovic's avatar Igor Dejanovic

Fixing bug in setup files.

parent 4c631fb6
[metadata] [metadata]
description-file = README.rst description-file=README.rst
...@@ -46,10 +46,10 @@ setup( ...@@ -46,10 +46,10 @@ setup(
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Topic :: Software Development :: Interpreters', 'Topic :: Software Development :: Interpreters',
'Topic :: Software Development :: Compilers', 'Topic :: Software Development :: Compilers',
'Topic :: Software Development :: Libraries :: Python Modules' 'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python'
] ]
) )
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