We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3af139 commit 73d7bfdCopy full SHA for 73d7bfd
1 file changed
setup.cfg
@@ -11,15 +11,17 @@ url = https://github.com/ODM2/ODM2DataModels
11
project_urls =
12
bugtracker = https://github.com/ODM2/ODM2DataModels/issueshttps://github.com/pypa/sampleproject/issues
13
keywords='Observations Data Model ODM2'
14
+
15
+[options]
16
+packages = find:
17
package_dir =
18
= src
-packages = find:
19
20
+python_requires = >=3.8
21
install_requires =
22
sqlalchemy>=1.4.32
23
pandas>=1.4
24
geoalchemy2>=0.6.3
-python_requires = >=3.8
25
26
[options.packages.find]
27
where = src
0 commit comments