-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b47c3d6
commit b77d001
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[tool.poetry] | ||
name = "compmec-nurbs" | ||
version = "1.0.7" | ||
version = "1.0.8" | ||
description = "" | ||
readme = "README.md" | ||
authors = ["Carlos Adir <[email protected]>"] | ||
authors = ["Carlos Adir <carlos.adir.leite@gmail.com>"] | ||
packages = [{ include = "compmec/nurbs", from = "src" }] | ||
|
||
[tool.poetry.dependencies] | ||
|
@@ -16,7 +16,7 @@ scriv = {extras = ["toml"], version = "^0.15.2"} | |
|
||
[tool.scriv] | ||
format = "md" | ||
version = "literal: extendedjson/__init__.py: __version__" | ||
version = "literal: src/compmec/nurbs/__init__.py: __version__" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[tool.pytest.ini_options] | ||
pythonpath = ["."] | ||
[pytest] | ||
markers = | ||
order: mark test as order | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters