forked from matterport/Mask_RCNN
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
26 lines (24 loc) · 1010 Bytes
/
pyproject.toml
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
[build-system]
requires = ["flit"]
build-backend = "flit.buildapi"
[tool.flit.metadata]
module = "cropmask"
author = "Ryan Avery"
author-email = "[email protected]"
home-page = "https://github.com/ecohydro/CropMask_RCNN"
description-file = "README.md"
classifiers = ["License :: OSI Approved :: MIT License",
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Image Recognition",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: GIS",
"Programming Language :: Python :: 3.6",]
keywords = "segmentation keras landsat agriculture"