-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml-future
44 lines (41 loc) · 1.3 KB
/
pyproject.toml-future
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
41
42
43
44
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools >= 69",
"wheel >= 0.42",
"pip >= 23.2.1"
]
[project]
name = "osmi"
version = "5.0.19"
description = "MLCommons OSMI Benchmark"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
maintainers = [
{name = "Gregor von Laszewski", email = "[email protected]"}
]
keywords = ["helper library", "cloudmesh"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Topic :: System :: Distributed Computing",
]
[project.urls]
Homepage = "https://github.com/laszewsk/osmi"
Documentation = "https://github.com/laszewsk/osmi/blob/main/README.md"
Repository = "https://github.com/laszewsk/osmi.git"
Issues = "https://github.com/laszewsk/osmi/issues"
Changelog = "https://github.com/laszewsk/osmi/blob/main/CHANGELOG.md"
# [tool.setuptools.packages.find]
# where = ["src/"]
# include = ["cloudmesh.bar", "cloudmesh.bar.*"]