Skip to content

Commit

Permalink
remove versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed May 25, 2024
1 parent c69f952 commit 38d1b53
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
20 changes: 20 additions & 0 deletions 2pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[project]
name = "python_template"
version = "0.1.0"
description = "Add a short description here"
authors = [{name = "Austin Gregg-Smith", email = "[email protected]"}]
requires-python = ">= 3.11"
dependencies = []

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64"]

[tool.pixi.pypi-dependencies]
python_template = { path = ".", editable = true }

[tool.pixi.tasks]
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "python_template"
version = "1.0.0"
description = "A python package template"
authors = [{name = "Austin Gregg-Smith", email = "[email protected]"}]
requires-python = ">= 3.10"
requires-python = ">=3.10"
readme = "README.md"
dependencies = []

Expand All @@ -27,13 +27,13 @@ include= ["python_template"]

[project.optional-dependencies]
test = [
"black>=23,<=24.4.2",
"pylint>=2.16,<=3.1.0",
"pytest-cov>=4.1,<=5.0.0",
"pytest>=7.4,<=8.2.0",
"hypothesis>=6.82,<=6.100.5",
"ruff>=0.0.280,<=0.4.3",
"coverage>=7.2.7,<=7.5.1",
"black",
"pylint",
"pytest-cov",
"pytest",
"hypothesis",
"ruff",
"coverage",
]

# Environments
Expand Down

0 comments on commit 38d1b53

Please sign in to comment.