setup.py

branch
maintenance
changeset 8400
b3eefd7e58d1
parent 8288
809d5d5ac2ba
child 8314
e3642a6a1e71
child 8457
43250377a360
equal deleted inserted replaced
8274:197414ba11cc 8400:b3eefd7e58d1
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",
348 "chardet", 347 "chardet",
349 "asttokens", 348 "asttokens",
350 "EditorConfig", 349 "EditorConfig",
351 "Send2Trash", 350 "Send2Trash",
352 "Pygments", 351 "Pygments",
352 "mercurial",
353 "pywin32>=1.0;platform_system=='Windows'", 353 "pywin32>=1.0;platform_system=='Windows'",
354 ], 354 ],
355 data_files=getDataFiles(), 355 data_files=getDataFiles(),
356 packages=find_packages(), 356 packages=find_packages(),
357 zip_safe=False, 357 zip_safe=False,

eric ide

mercurial