mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Bumped Python version requirement to oldest supported
This commit is contained in:
parent
06c32e205e
commit
49b0a57581
@ -11,7 +11,7 @@ links = {
|
|||||||
"pypi":"malojaserver",
|
"pypi":"malojaserver",
|
||||||
"github":"maloja"
|
"github":"maloja"
|
||||||
}
|
}
|
||||||
|
python_version = ">=3.6"
|
||||||
requires = [
|
requires = [
|
||||||
"bottle>=0.12.16",
|
"bottle>=0.12.16",
|
||||||
"waitress>=1.3",
|
"waitress>=1.3",
|
||||||
|
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ setuptools.setup(
|
|||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
python_requires=">=3.5",
|
python_requires=pkginfo.get("python_version"),
|
||||||
install_requires=pkginfo.get("requires",[]),
|
install_requires=pkginfo.get("requires",[]),
|
||||||
package_data={'': pkginfo.get("resources",[])},
|
package_data={'': pkginfo.get("resources",[])},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user