setup.py

changeset 8275
2f4b8212a151
parent 8258
82b608e352ec
child 8288
809d5d5ac2ba
equal deleted inserted replaced
8272:98e172238727 8275:2f4b8212a151
322 "Natural Language :: Spanish", 322 "Natural Language :: Spanish",
323 "Operating System :: MacOS :: MacOS X", 323 "Operating System :: MacOS :: MacOS X",
324 "Operating System :: Microsoft :: Windows :: Windows 10", 324 "Operating System :: Microsoft :: Windows :: Windows 10",
325 "Operating System :: POSIX :: Linux", 325 "Operating System :: POSIX :: Linux",
326 "Programming Language :: Python", 326 "Programming Language :: Python",
327 "Programming Language :: Python :: 3.5",
328 "Programming Language :: Python :: 3.6", 327 "Programming Language :: Python :: 3.6",
329 "Programming Language :: Python :: 3.7", 328 "Programming Language :: Python :: 3.7",
330 "Programming Language :: Python :: 3.8", 329 "Programming Language :: Python :: 3.8",
331 "Programming Language :: Python :: 3.9", 330 "Programming Language :: Python :: 3.9",
332 "Topic :: Software Development", 331 "Topic :: Software Development",
333 "Topic :: Text Editors :: Integrated Development Environments (IDE)" 332 "Topic :: Text Editors :: Integrated Development Environments (IDE)"
334 ], 333 ],
335 keywords="Development PyQt5 IDE Python3", 334 keywords="Development PyQt5 IDE Python3",
336 python_requires=">=3.5", 335 python_requires=">=3.6",
337 install_requires=[ 336 install_requires=[
338 "pip>=19.0", 337 "pip>=19.0",
339 "wheel", 338 "wheel",
340 "PyQt5>=5.12.1,<5.15.2", 339 "PyQt5>=5.12.1,<5.15.2",
341 "PyQtChart>=5.12.1,<5.15.2", 340 "PyQtChart>=5.12.1,<5.15.2",

eric ide

mercurial