Skip to content

Commit

Permalink
Update package links
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Dec 25, 2023
1 parent 36971a2 commit 9e8546b
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
6 changes: 5 additions & 1 deletion allure-behave/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ def main():
name=PACKAGE,
use_scm_version=prepare_version,
description="Allure behave integration",
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Documentation": "https://allurereport.org/docs/behave/",
"Source": "https://github.com/allure-framework/allure-python",
},
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion allure-nose2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ def main():
name=PACKAGE,
use_scm_version=prepare_version,
description="Allure nose2 integration",
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Source": "https://github.com/allure-framework/allure-python",
},
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion allure-pytest-bdd/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ def main():
name=PACKAGE,
use_scm_version=prepare_version,
description="Allure pytest-bdd integration",
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Source": "https://github.com/allure-framework/allure-python",
},
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
6 changes: 5 additions & 1 deletion allure-pytest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ def main():
name=PACKAGE,
use_scm_version=prepare_version,
description="Allure pytest integration",
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Documentation": "https://allurereport.org/docs/pytest/",
"Source": "https://github.com/allure-framework/allure-python",
},
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion allure-python-commons/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ def main():
use_scm_version={"root": "..", "relative_to": __file__},
setup_requires=['setuptools_scm'],
description="Common module for integrate allure with python-based frameworks",
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Source": "https://github.com/allure-framework/allure-python",
},
author="QAMetaSoftware, Stanislav Seliverstov",
author_email="sseliverstov@qameta.io",
license="Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion allure-robotframework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def get_readme(fname):
packages=['allure_robotframework', 'AllureLibrary'],
package_dir={"allure_robotframework": "src/listener", 'AllureLibrary': 'src/library'},
py_modules=['allure_robotframework'],
url="https://github.com/allure-framework/allure-python",
url="https://allurereport.org/",
project_urls={
"Source": "https://github.com/allure-framework/allure-python",
},
author="Sergey Khomutinin",
author_email="skhomuti@gmail.com",
long_description=get_readme("README.md"),
Expand Down

0 comments on commit 9e8546b

Please sign in to comment.