-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f178d51
commit f9d8aa8
Showing
4 changed files
with
127 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[project] | ||
name = "affinity" | ||
version = "0.3.0" | ||
description = "Module for creating well-documented datasets, with types and annotations." | ||
authors = [ | ||
{ name = "Alex Kislukhin" } | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.11" | ||
|
||
dependencies = [ | ||
"pandas" | ||
] | ||
|
||
[tool.hatch.build] | ||
include = [ | ||
"affinity.py", | ||
] | ||
|
||
[tool.hatch.build.targets.wheel] | ||
|
||
[tool.ruff] | ||
line-length = 88 | ||
[build-system] | ||
requires = ["hatchling"] | ||
build-backend = "hatchling.build" | ||
|
||
[project] | ||
name = "affinity" | ||
version = "0.4.0" | ||
description = "Module for creating well-documented datasets, with types and annotations." | ||
authors = [ | ||
{ name = "Alex Kislukhin" } | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.11" | ||
|
||
dependencies = [ | ||
"pandas", | ||
] | ||
|
||
[tool.hatch.build] | ||
include = [ | ||
"affinity.py", | ||
] | ||
|
||
[tool.hatch.build.targets.wheel] | ||
|
||
[tool.ruff] | ||
line-length = 88 |
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