Commit bc9981fc authored by Eric Duminil's avatar Eric Duminil
Browse files

Bare uv project

parents
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
[project]
name = "simstadtpy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Eric Duminil", email = "eric.duminil@gmail.com" }
]
requires-python = ">=3.10"
dependencies = []
[project.scripts]
simstadtpy = "simstadtpy:main"
[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"
def main() -> None:
print("Hello from simstadtpy!")
version = 1
revision = 3
requires-python = ">=3.10"
[[package]]
name = "simstadtpy"
version = "0.1.0"
source = { editable = "." }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment