-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix wkcuber --version * include version.py * fix placing version.py Co-authored-by: Norman Rzepka <[email protected]>
- Loading branch information
1 parent
7ac691d
commit 7abf829
Showing
5 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
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 |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[tool.poetry] | ||
name = "wkcuber" | ||
version = "0.0.0" # filled by setuptools-scm | ||
version = "0.0.0" # filled by dunamai | ||
description = "Python package to create, cube, and work with webKnossos WKW datasets" | ||
authors = ["scalable minds <[email protected]>"] | ||
readme = "README.md" | ||
license = "AGPL-3.0" | ||
include = ["wkcuber/version.py"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
|
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
File renamed without changes.