new package
This commit is contained in:
parent
daad12a500
commit
1e44b979e6
5 changed files with 22 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
# vscode-python3
|
|
||||||
|
|
||||||
Use this template to jumpstart python development using Visual Studio Code!
|
|
0
pigeon_magnet_solver/__init__.py
Normal file
0
pigeon_magnet_solver/__init__.py
Normal file
7
poetry.lock
generated
Normal file
7
poetry.lock
generated
Normal 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
15
pyproject.toml
Normal 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
0
tests/__init__.py
Normal file
Loading…
Reference in a new issue