setup.py

branch
eric7-maintenance
changeset 9010
248ca0be0cb6
parent 9003
6bc210cd5726
child 9022
91efc01ae8cb
equal deleted inserted replaced
8968:76a32b7b17b2 9010:248ca0be0cb6
334 "Programming Language :: Python :: 3.10", 334 "Programming Language :: Python :: 3.10",
335 "Topic :: Software Development", 335 "Topic :: Software Development",
336 "Topic :: Text Editors :: Integrated Development Environments (IDE)" 336 "Topic :: Text Editors :: Integrated Development Environments (IDE)"
337 ], 337 ],
338 keywords="Development PyQt6 IDE Python3", 338 keywords="Development PyQt6 IDE Python3",
339 python_requires=">=3.6", 339 python_requires=">=3.7",
340 install_requires=[ 340 install_requires=[
341 "pip>=19.0", 341 "pip>=19.0",
342 "wheel", 342 "wheel",
343 "PyQt6>=6.2.0", 343 "PyQt6>=6.2.0",
344 "PyQt6-Charts>=6.2.0", 344 "PyQt6-Charts>=6.2.0",
353 "EditorConfig", 353 "EditorConfig",
354 "Send2Trash", 354 "Send2Trash",
355 "Pygments", 355 "Pygments",
356 "parso", 356 "parso",
357 "jedi", 357 "jedi",
358 "packaging",
359 "pipdeptree",
358 "pywin32>=1.0;platform_system=='Windows'", 360 "pywin32>=1.0;platform_system=='Windows'",
359 ], 361 ],
360 data_files=getDataFiles(), 362 data_files=getDataFiles(),
361 packages=find_packages(), 363 packages=find_packages(),
362 zip_safe=False, 364 zip_safe=False,

eric ide

mercurial