diff options
| author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-05 22:02:22 +1000 |
|---|---|---|
| committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-05 22:02:22 +1000 |
| commit | 802678ce0aba5ac15c27be4dab7519e79c34d2b9 (patch) | |
| tree | f08b5cdede584912fc23f4e65d10bff38241b1bf /setup.py | |
| parent | 88338195dc18de91c7122c025cc619951c876043 (diff) | |
| parent | f6fde7ed2bbd75793083631c04ae69bdc2496383 (diff) | |
| download | rdflib-namespaces_all.tar.gz | |
Merge branch 'master' into namespaces_allnamespaces_all
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages kwargs = {} kwargs['install_requires'] = [ 'six', 'isodate', 'pyparsing'] -kwargs['tests_require'] = ['html5lib', 'networkx', 'nose', 'doctest-ignore-unicode'] +kwargs['tests_require'] = ['html5lib', 'networkx', 'nose', 'doctest-ignore-unicode', 'requests'] kwargs['test_suite'] = "nose.collector" kwargs['extras_require'] = { 'html': ['html5lib'], @@ -43,15 +43,14 @@ setup( url="https://github.com/RDFLib/rdflib", license="BSD-3-Clause", platforms=["any"], + python_requires='>=3.5', classifiers=[ "Programming Language :: Python", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "License :: OSI Approved :: BSD License", "Topic :: Software Development :: Libraries :: Python Modules", "Operating System :: OS Independent", |
