Skip to content

Commit 7db8dfc

Browse files
committed
One more attempt to fix deployment
1 parent 4cc1eb3 commit 7db8dfc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/README.txt

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ docs = ['capcalc[doc]']
101101
tests = ['capcalc[test]']
102102
all = ['capcalc[docs,tests]']
103103

104-
105104
[tool.black]
106105
line-length = 99
107106
target-version = ['py39']
@@ -121,6 +120,7 @@ exclude = '''
121120
| get_version.py
122121
| versioneer.py
123122
| capcalc/_version.py
123+
| capcalc/data
124124
)
125125
'''
126126

@@ -133,7 +133,7 @@ VCS = 'git'
133133
style = 'pep440'
134134
versionfile_source = 'capcalc/_version.py'
135135
versionfile_build = 'capcalc/_version.py'
136-
tag_prefix = ''
136+
tag_prefix = 'v'
137137
parentdir_prefix = 'capcalc-'
138138

139139
[tool.codespell]

0 commit comments

Comments
 (0)