Skip to content
Snippets Groups Projects
Commit e83ed7b6 authored by spmohanty's avatar spmohanty
Browse files

Remove support for python 2* and early 3*

parent 084853e5
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,6 @@ setup( ...@@ -24,11 +24,6 @@ setup(
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Natural Language :: English', 'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
...@@ -42,12 +37,12 @@ setup( ...@@ -42,12 +37,12 @@ setup(
long_description=readme + '\n\n' + history, long_description=readme + '\n\n' + history,
include_package_data=True, include_package_data=True,
keywords='flatland', keywords='flatland',
name='flatland', name='flatland-rl',
packages=find_packages(include=['flatland']), packages=find_packages(include=['flatland']),
setup_requires=setup_requirements, setup_requires=setup_requirements,
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://github.com/spMohanty/flatland', url='https://gitlab.aicrowd.com/flatland/flatland',
version='0.1.0', version='0.1.0',
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment