Merge pull request #385 from collerek/remove_setup

Remove setup
This commit is contained in:
collerek
2021-10-13 14:53:17 +02:00
committed by GitHub
3 changed files with 8 additions and 6 deletions

View File

@ -27,5 +27,9 @@ coverage:
black:
black ormar tests
lint:
black ormar tests
flake8 ormar
mypy:
mypy --config-file mypy.ini ormar tests
mypy ormar tests

View File

@ -1,3 +1,6 @@
[project]
name = "ormar"
[tool.poetry]
name = "ormar"
version = "0.10.21"

View File

@ -1,5 +0,0 @@
[metadata]
description-file = README.md
[pep8]
max-line-length = 88