feat!: Renames to pyewjn
All checks were successful
gitea-physics/pyewjn/pipeline/head This commit looks good

This commit is contained in:
2022-03-28 19:08:35 -05:00
parent 40adf494d6
commit 071cd2503e
28 changed files with 88 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
[tool.poetry]
name = "pynam"
name = "pyewjn"
version = "0.2.0"
description = ""
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
@@ -23,7 +23,7 @@ build-backend = "poetry.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--junitxml pytest.xml --cov pynam --cov-report=xml:coverage.xml --cov-fail-under=50 --cov-report=html"
addopts = "--junitxml pytest.xml --cov pyewjn --cov-report=xml:coverage.xml --cov-fail-under=50 --cov-report=html"
junit_family = "xunit1"
[tool.mypy]