Skip to content

Commit 7ca27ba

Browse files
committed
Fixes to setup.cfg for setuptools
1 parent 8ae9584 commit 7ca27ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ max-line-length = 119
2222
# Automatic version numbering scheme
2323
VCS = git
2424
style = pep440
25-
versionfile_source = arsenic/_version.py
26-
versionfile_build = arsenic/_version.py
25+
versionfile_source = openff/arsenic/_version.py
26+
versionfile_build = openff/arsenic/_version.py
2727
tag_prefix = ''
28+
parentdir_prefix = openff-arsenic-
2829

2930
[aliases]
3031
test = pytest

0 commit comments

Comments
 (0)