|
17 | 17 | packages=find_packages(),
|
18 | 18 | include_package_data=True,
|
19 | 19 | classifiers=[
|
| 20 | + "Development Status :: 5 - Production/Stable", |
| 21 | + "Intended Audience :: Developers", |
| 22 | + "License :: OSI Approved :: MIT License", |
| 23 | + "Operating System :: OS Independent", |
20 | 24 | "Programming Language :: Python :: 3",
|
21 | 25 | "Programming Language :: Python :: 3 :: Only",
|
22 | 26 | "Programming Language :: Python :: Implementation",
|
23 |
| - "License :: OSI Approved :: MIT License", |
24 |
| - "Operating System :: OS Independent", |
25 |
| - "Intended Audience :: Developers", |
26 | 27 | "Topic :: Software Development :: Libraries :: Python Modules",
|
| 28 | + "Topic :: System :: Distributed Computing", |
27 | 29 | ],
|
28 | 30 | python_requires=">=3.6",
|
29 | 31 | project_urls={
|
30 |
| - "Documentation": "https://sonyflake-py.projects.hjpotter92.tech/", |
| 32 | + "Documentation": "https://sonyflake-py.rtfd.io/", |
31 | 33 | "Code coverage": "https://app.codecov.io/gh/hjpotter92/sonyflake-py",
|
32 | 34 | "Builds history": "https://travis-ci.com/hjpotter92/sonyflake-py",
|
| 35 | + "Changelog": "https://sonyflake-py.rtfd.io/changelog", |
33 | 36 | },
|
34 | 37 | tests_require=(
|
35 | 38 | "codecov>=2.1.11",
|
|
0 commit comments