Skip to content

Commit

Permalink
Switch to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Dec 18, 2023
1 parent 6493777 commit 8c16498
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tool.poetry]
name = "mex-model"
version = "2.2.0"
description = "RKI MEx metadata model."
authors = ["RKI MEx Team <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/robert-koch-institut/mex-model"
packages = [{ include = "**/*", from = "schema" }]

[build-system]
requires = ["poetry-core>=1.8.1"]
build-backend = "poetry.core.masonry.api"
Empty file added schema/__init__.py
Empty file.
11 changes: 0 additions & 11 deletions setup.py

This file was deleted.

0 comments on commit 8c16498

Please sign in to comment.