-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QE-11629 fix authors and urls (#531)
- chore - fix pyproject.toml authors and urls - change - add pre-commit to makefile
- Loading branch information
1 parent
2197c4a
commit 18eeda9
Showing
5 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
[project] | ||
name = "cucu" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "Easy BDD web testing" | ||
readme = "README.md" | ||
license = { text = "The Clear BSD License" } | ||
keywords = ["cucumber", "selenium", "behave"] | ||
homepage = "https://github.com/dominodatalab/cucu" | ||
repository = "https://github.com/dominodatalab/cucu" | ||
authors = [{ name = "Domino Data Lab", email = "[email protected]" }] | ||
authors = [ | ||
{name = "Domino Data Lab", email = "[email protected]"}, | ||
{name = "Rodney Gomes", email = "[email protected]"}, | ||
{name = "Cedric Young", email = "[email protected]"}, | ||
{name = "Xin Dong", email = "[email protected]"}, | ||
{name = "Kavya", email = "[email protected]"}, | ||
{name = "Kevin Garton", email = "[email protected]"}, | ||
{name = "Joy Liao", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name = "Domino Data Lab", email = "[email protected]"}, | ||
{name = "Cedric Young", email = "[email protected]"}, | ||
{name = "Kevin Garton", email = "[email protected]"}, | ||
{name = "Brian Colby", email = "[email protected]"} | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Console", | ||
|
@@ -52,6 +64,11 @@ dependencies = [ | |
"tenacity~=9.0.0", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/dominodatalab/cucu" | ||
Download = "https://pypi.org/project/cucu/" | ||
"Source Code" = "https://github.com/dominodatalab/cucu" | ||
|
||
[project.scripts] | ||
cucu = "cucu.cli:main" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.