setup.py

branch
maintenance
changeset 8400
b3eefd7e58d1
parent 8288
809d5d5ac2ba
child 8314
e3642a6a1e71
child 8457
43250377a360
diff -r 197414ba11cc -r b3eefd7e58d1 setup.py
--- a/setup.py	Sat May 01 14:27:38 2021 +0200
+++ b/setup.py	Thu Jun 03 11:39:23 2021 +0200
@@ -324,7 +324,6 @@
         "Operating System :: Microsoft :: Windows :: Windows 10",
         "Operating System :: POSIX :: Linux",
         "Programming Language :: Python",
-        "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
@@ -333,7 +332,7 @@
         "Topic :: Text Editors :: Integrated Development Environments (IDE)"
     ],
     keywords="Development PyQt5 IDE Python3",
-    python_requires=">=3.5",
+    python_requires=">=3.6",
     install_requires=[
         "pip>=19.0",
         "wheel",
@@ -350,6 +349,7 @@
         "EditorConfig",
         "Send2Trash",
         "Pygments",
+        "mercurial",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial