new package

This commit is contained in:
Jörn-Michael Miehe 2023-08-18 17:08:24 +00:00
parent daad12a500
commit 1e44b979e6
5 changed files with 22 additions and 3 deletions

View file

@ -1,3 +0,0 @@
# vscode-python3
Use this template to jumpstart python development using Visual Studio Code!

View file

7
poetry.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
package = []
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "81b2fa642d7f2d1219cf80112ace12d689d053d81be7f7addb98144d56fc0fb2"

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "pigeon-magnet-solver"
version = "0.1.0"
description = ""
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
readme = "README.md"
packages = [{include = "pigeon_magnet_solver"}]
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0
tests/__init__.py Normal file
View file