-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: PLT-628: Update pyproject.toml (#6912)
- Loading branch information
1 parent
eed76c9
commit 574f0e5
Showing
5 changed files
with
24 additions
and
19 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,3 +1,22 @@ | ||
[project] | ||
name = "label-studio" | ||
version = "1.16.0.dev0" | ||
description = "Label Studio annotation tool" | ||
authors = [ | ||
{ name = "HumanSignal", email = "[email protected]" }, | ||
] | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
classifiers = [ | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
] | ||
requires-python = ">=3.10,<4" | ||
|
||
[project.urls] | ||
Repository = "https://github.com/HumanSignal/label-studio" | ||
|
||
[tool.ruff] | ||
# Enable the pycodestyle (`E`) and Pyflakes (`F`) rules by default. | ||
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or | ||
|
@@ -103,20 +122,6 @@ target-version = ['py38'] | |
|
||
[tool.poetry] | ||
|
||
name = "label-studio" | ||
version = "1.16.0.dev0" | ||
description = "Label Studio annotation tool" | ||
authors = [ | ||
"Heartex <[email protected]>", | ||
] | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
classifiers = [ | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
] | ||
homepage = "https://github.com/HumanSignal/label-studio" | ||
packages = [ | ||
{ include = "label_studio" }, | ||
] | ||
|
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