setup.py

branch
eric7
changeset 9143
82f08c4fd930
parent 9135
3472875532c0
child 9175
21e2be5f0b41
equal deleted inserted replaced
9142:990abeef759f 9143:82f08c4fd930
330 "Programming Language :: Python", 330 "Programming Language :: Python",
331 "Programming Language :: Python :: 3.7", 331 "Programming Language :: Python :: 3.7",
332 "Programming Language :: Python :: 3.8", 332 "Programming Language :: Python :: 3.8",
333 "Programming Language :: Python :: 3.9", 333 "Programming Language :: Python :: 3.9",
334 "Programming Language :: Python :: 3.10", 334 "Programming Language :: Python :: 3.10",
335 "Programming Language :: Python :: 3.11",
336 "Programming Language :: Python :: Implementation :: CPython",
335 "Topic :: Software Development", 337 "Topic :: Software Development",
336 "Topic :: Text Editors :: Integrated Development Environments (IDE)" 338 "Topic :: Text Editors :: Integrated Development Environments (IDE)"
337 ], 339 ],
338 keywords="Development PyQt6 IDE Python3", 340 keywords="Development PyQt6 IDE Python3",
339 python_requires=">=3.7", 341 python_requires=">=3.7, <3.12",
340 install_requires=[ 342 install_requires=[
341 "pip>=21.1", 343 "pip>=21.1",
342 "wheel", 344 "wheel",
343 "PyQt6>=6.2.0", 345 "PyQt6>=6.2.0",
344 "PyQt6-Charts>=6.2.0", 346 "PyQt6-Charts>=6.2.0",
391 "eric7_qregularexpression = eric7.eric7_qregularexpression:main", 393 "eric7_qregularexpression = eric7.eric7_qregularexpression:main",
392 "eric7_re = eric7.eric7_re:main", 394 "eric7_re = eric7.eric7_re:main",
393 "eric7_shell = eric7.eric7_shell:main", 395 "eric7_shell = eric7.eric7_shell:main",
394 "eric7_snap = eric7.eric7_snap:main", 396 "eric7_snap = eric7.eric7_snap:main",
395 "eric7_sqlbrowser = eric7.eric7_sqlbrowser:main", 397 "eric7_sqlbrowser = eric7.eric7_sqlbrowser:main",
398 "eric7_testing = eric7.eric7_testing:main",
396 "eric7_tray = eric7.eric7_tray:main", 399 "eric7_tray = eric7.eric7_tray:main",
397 "eric7_trpreviewer = eric7.eric7_trpreviewer:main", 400 "eric7_trpreviewer = eric7.eric7_trpreviewer:main",
398 "eric7_uipreviewer = eric7.eric7_uipreviewer:main", 401 "eric7_uipreviewer = eric7.eric7_uipreviewer:main",
399 "eric7_testing = eric7.eric7_testing:main",
400 "eric7_virtualenv = eric7.eric7_virtualenv:main", 402 "eric7_virtualenv = eric7.eric7_virtualenv:main",
401 ], 403 ],
402 "console_scripts": [ 404 "console_scripts": [
403 "eric7_api = eric7.eric7_api:main", 405 "eric7_api = eric7.eric7_api:main",
404 "eric7_doc = eric7.eric7_doc:main", 406 "eric7_doc = eric7.eric7_doc:main",

eric ide

mercurial