We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa92e69 commit f3af139Copy full SHA for f3af139
setup.cfg
@@ -1,18 +1,24 @@
1
+
2
[metadata]
3
name = odm2datamodels
4
description = "Collection of object-relational mapping (ORM) data models for ODM2"
5
long_description = file: README.md
6
long_description_content = text/markdown
7
version = 0.0.1
8
author = "ODM2 Team"
-author_email = "[email protected]"
9
+author_email = ""
10
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
package_dir =
15
= src
16
packages = find:
17
18
+install_requires =
19
+ sqlalchemy>=1.4.32
20
+ pandas>=1.4
21
+ geoalchemy2>=0.6.3
22
python_requires = >=3.8
23
24
[options.packages.find]
0 commit comments