Skip to content

Commit

Permalink
Add back pyproject again
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed Jun 12, 2024
1 parent e5992b4 commit 0ca76fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[project]
authors = [{name = "Vitor Shen", email = "[email protected]"}]
dependencies = []
description = "Add a short description here"
name = "gluex-nstar"
requires-python = ">= 3.11"
version = "0.1.0"

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

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

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

[tool.pixi.tasks]

0 comments on commit 0ca76fa

Please sign in to comment.