|
|
|
@ -25,10 +25,10 @@ classifier = [ |
|
|
|
|
"License :: OSI Approved :: Apache Software License", |
|
|
|
|
"License :: OSI Approved :: MIT License", |
|
|
|
|
"Programming Language :: Python :: 3 :: Only", |
|
|
|
|
"Programming Language :: Python :: 3.5", |
|
|
|
|
"Programming Language :: Python :: 3.6", |
|
|
|
|
"Programming Language :: Python :: 3.7", |
|
|
|
|
"Programming Language :: Python :: 3.8", |
|
|
|
|
"Programming Language :: Python :: 3.9", |
|
|
|
|
"Programming Language :: Rust", |
|
|
|
|
"Topic :: Database :: Database Engines/Servers", |
|
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules", |
|
|
|
@ -38,4 +38,4 @@ project-url = [ |
|
|
|
|
"Source, https://github.com/oxigraph/oxigraph/tree/master/python", |
|
|
|
|
"Tracker, https://github.com/oxigraph/oxrdflib/issues", |
|
|
|
|
] |
|
|
|
|
requires-python = ">=3.5" |
|
|
|
|
requires-python = ">=3.6" |
|
|
|
|