Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Sep 1, 2023
1 parent 3e3b701 commit 23d4603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ of something, as we need to prioritize quite often.

## Changelog

* *0.1.4* Fixing problem with paths that contain spaces. Switching back to manual versioning.
* *0.1.3* Fixing bug if no settings are given.
* *0.1.2* Moved workaround into setup to make it more explicit.
* *0.1.1* First tested and apparently working version.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel", "Cython"]
requires = ["setuptools>=45", "wheel", "Cython"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["src"]

[project]
name = "skbuild_conan"
dynamic = ["version"]
version = "v0.1.4"
authors = [
{ name = "TU Braunschweig, IBR, Algorithms Group (Dominik Krupke)", email = "[email protected]" },
]
Expand All @@ -28,7 +28,5 @@ dependencies = [
"ninja"
]

[tool.setuptools_scm]

[project.urls]
Homepage = "https://github.com/d-krupke/skbuild-conan"

0 comments on commit 23d4603

Please sign in to comment.