-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test build in CI & prepare release 0.5.1 (#117)
* Test build in CI. * Fix ci. * Once is enough. * Move up one folder. * Get rid of tool.setuptools entries in pyproject.toml * Test some more. * Prepare release.
- Loading branch information
1 parent
6f80109
commit 6230b70
Showing
3 changed files
with
16 additions
and
9 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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ requires = ['setuptools', 'setuptools-scm', 'wheel'] | |
name = "ivmodels" | ||
description = "IV Models" | ||
readme = "README.md" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
requires-python = ">=3.7" | ||
authors = [ | ||
{ name = "Malte Londschien", email = "[email protected]" }, | ||
|
@@ -28,12 +28,6 @@ known_first_party = "ivmodels" | |
skip_glob = '\.eggs/*,\.git/*,\.venv/*,build/*,dist/*' | ||
default_section = 'THIRDPARTY' | ||
|
||
[tool.setuptools] | ||
py-modules = ["ivmodels"] | ||
|
||
[tool.setuptools.packages.find] | ||
include = ["ivmodels.*"] | ||
|
||
[tool.poetry.dependencies] | ||
sphinx = {version = "^3", optional = true} | ||
sphinx-autodoc-typehints ={version = "^1.11.1", optional = true} | ||
|