-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpypackage.toml
More file actions
41 lines (35 loc) · 1.07 KB
/
pypackage.toml
File metadata and controls
41 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "earthos"
version = "0.1.2"
description = "Ecosophy EarthOS API bindings"
long_description_content_type = "text/markdown"
readme = "README.md"
requires-python = ">=3.9"
license = {file = "LICENSE"}
authors = ["Ecosophy"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"Topic :: Scientific/Engineering :: Oceanography",
]
dependencies = [
"requests",
"Pillow",
"numpy",
]
[project.optional-dependencies]
dev = ["check-manifest"]
test = ["pytest", "coverage"]
[project.urls]
"Repository" = "https://github.com/ecosophy-gem/earthos-python"
"Documentation" = "https://docs.ecosophy.is"
"Company" = "https://ecosophy.is"