We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3580753 commit 8824966Copy full SHA for 8824966
1 file changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = simd-dna
3
-version = 1.0.0
+version = 1.0.1
4
author = David Doty and Aaron Ong
5
author_email = aabong@ucdavis.edu
6
long_description = file: README.md
@@ -9,9 +9,6 @@ url = https://github.com/UC-Davis-molecular-computing/simd-dna
9
10
[options]
11
package_dir =
12
- = simd_dna
13
-packages = find:
+ = .
+packages = simd_dna
14
python_requires = >=3.8
15
-
16
-[options.packages.find]
17
-where = simd_dna
0 commit comments