|
16 | 16 | "Documentation": "https://pytask-dev.readthedocs.io/en/latest", |
17 | 17 | "Github": "https://github.com/pytask-dev/pytask", |
18 | 18 | "Tracker": "https://github.com/pytask-dev/pytask/issues", |
| 19 | + "Changelog": "https://pytask-dev.readthedocs.io/en/latest/changes.html", |
19 | 20 | } |
20 | 21 |
|
21 | 22 |
|
|
36 | 37 | "Environment :: Console", |
37 | 38 | "Intended Audience :: Science/Research", |
38 | 39 | "License :: OSI Approved :: MIT License", |
39 | | - "Operating System :: OS Independent", |
| 40 | + "Operating System :: MacOS :: MacOS X", |
| 41 | + "Operating System :: Microsoft :: Windows", |
| 42 | + "Operating System :: POSIX", |
| 43 | + "Programming Language :: Python :: 3", |
| 44 | + "Programming Language :: Python :: 3 :: Only", |
40 | 45 | "Programming Language :: Python :: 3.6", |
41 | 46 | "Programming Language :: Python :: 3.7", |
42 | 47 | "Programming Language :: Python :: 3.8", |
|
51 | 56 | "networkx", |
52 | 57 | "pluggy", |
53 | 58 | "pony >= 0.7.13", |
| 59 | + "colorama;platform_system=='Windows'", |
54 | 60 | ], |
55 | 61 | python_requires=">=3.6", |
56 | 62 | entry_points={"console_scripts": ["pytask=_pytask.cli:cli"]}, |
|
0 commit comments