Skip to content

Commit cf34dce

Browse files
committed
fix: should use github versions instead of file
1 parent 90a548f commit cf34dce

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var/
2020
/*.egg-info/
2121
.installed.cfg
2222
*.egg
23+
.eggs
2324
/venv
2425
/.vscode
2526
.env

__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dirty_template = "{tag}.alpha{ccount}+dirty"
1010
starting_version = "v0.0.2"
1111
branch_formatter= "util:format_branch_name"
1212
tag_formatter = "util:format_tag_name"
13-
count_commits_from_version_file = true
14-
version_file = "__init__"
1513

1614
[project]
1715
name = "timevalue"

0 commit comments

Comments
 (0)