|
17 | 17 | 'Programming Language :: Python :: 3.9', |
18 | 18 | 'Programming Language :: Python :: 3.10', |
19 | 19 | 'Programming Language :: Python :: 3.11', |
| 20 | + 'Programming Language :: Python :: 3.12', |
20 | 21 | ] |
21 | 22 |
|
22 | 23 | setup_requires = [ |
@@ -45,13 +46,18 @@ def main(): |
45 | 46 | name=PACKAGE, |
46 | 47 | use_scm_version=prepare_version, |
47 | 48 | description="Allure behave integration", |
48 | | - url="https://github.com/allure-framework/allure-python", |
| 49 | + url="https://allurereport.org/", |
| 50 | + project_urls={ |
| 51 | + "Documentation": "https://allurereport.org/docs/behave/", |
| 52 | + "Source": "https://github.com/allure-framework/allure-python", |
| 53 | + }, |
49 | 54 | author="QAMetaSoftware, Stanislav Seliverstov", |
50 | 55 | author_email="sseliverstov@qameta.io", |
51 | 56 | license="Apache-2.0", |
52 | 57 | classifiers=classifiers, |
53 | 58 | keywords="allure reporting behave", |
54 | | - long_description=get_readme('README.rst'), |
| 59 | + long_description=get_readme("README.md"), |
| 60 | + long_description_content_type="text/markdown", |
55 | 61 | packages=["allure_behave"], |
56 | 62 | package_dir={"allure_behave": "src"}, |
57 | 63 | setup_requires=setup_requires, |
|
0 commit comments