Skip to content

Commit 8824966

Browse files
committed
Corrected setup.cfg package directories
1 parent 3580753 commit 8824966

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

setup.cfg

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = simd-dna
3-
version = 1.0.0
3+
version = 1.0.1
44
author = David Doty and Aaron Ong
55
author_email = aabong@ucdavis.edu
66
long_description = file: README.md
@@ -9,9 +9,6 @@ url = https://github.com/UC-Davis-molecular-computing/simd-dna
99

1010
[options]
1111
package_dir =
12-
= simd_dna
13-
packages = find:
12+
= .
13+
packages = simd_dna
1414
python_requires = >=3.8
15-
16-
[options.packages.find]
17-
where = simd_dna

0 commit comments

Comments
 (0)