Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions packages/data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ build-backend = "hatchling.build"

[project]
name = "pyearthtools-data"
description = "Data Obfuscation and manipulation tools"
description = "Data loading, abstraction and manipulation tools"
requires-python = ">=3.9"
keywords = ["pyearthtools"]
authors = [
{email = "harrison.cook@bom.gov.au"},
{name = "Harrison Cook"}
]
maintainers = [
{name = "Harrison Cook", email = "harrison.cook@bom.gov.au"}
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
6 changes: 1 addition & 5 deletions packages/pipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ name = "pyearthtools-pipeline"
description = "Data Pipelines with pyearthtools"
requires-python = ">=3.9"
keywords = ["pyearthtools"]
authors = [
{email = "harrison.cook@bom.gov.au"},
{name = "Harrison Cook"}
]
maintainers = [
{name = "Harrison Cook", email = "harrison.cook@bom.gov.au"}
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
6 changes: 1 addition & 5 deletions packages/training/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ name = "pyearthtools-training"
description = "Machine Learning Training with pyearthtools"
requires-python = ">=3.9"
keywords = ["pyearthtools"]
authors = [
{email = "harrison.cook@bom.gov.au"},
{name = "Harrison Cook"}
]
maintainers = [
{name = "Harrison Cook", email = "harrison.cook@bom.gov.au"}
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
4 changes: 0 additions & 4 deletions packages/tutorial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ name = "pyearthtools-tutorial"
description = "Tutorial material for PyEarthTools"
requires-python = ">=3.10"
keywords = ["pyearthtools"]
authors = [
{email = "tennessee.leeuwenburg@bom.gov.au"},
{name = "Tennessee Leeuwenburg"}
]
maintainers = [
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
Expand Down
5 changes: 0 additions & 5 deletions packages/utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ name = "pyearthtools-utils"
description = "Utilities for pyearthtools"
requires-python = ">=3.8"
keywords = ["pyearthtools"]
authors = [
{email = "harrison.cook@bom.gov.au", name = "Harrison Cook"},
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"},
]
maintainers = [
{name = "Harrison Cook", email = "harrison.cook@bom.gov.au"},
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"},
]
classifiers = [
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ description = "Reproducible science pipelines for machine learning"
readme = "README.md"
requires-python = ">=3.9"
keywords = ["pyearthtools"]
authors = [
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
maintainers = [
{name = "Tennessee Leeuwenburg", email = "tennessee.leeuwenburg@bom.gov.au"}
]
Expand Down
Loading