Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / PyPI / MLRsearch / pyproject.toml
1 [project]
2 name = "MLRsearch"
3 version = "1.2.1"
4 description = "Library for extending and speeding up througput search."
5 license = { file = "LICENSE.txt" }
6 readme = { file = "README.rst", content-type = "text/x-rst" }
7 requires-python = "~=3.8"
8 classifiers = [
9     "Development Status :: 3 - Alpha",
10     "Intended Audience :: Telecommunications Industry",
11     "License :: OSI Approved :: Apache Software License",
12     "Natural Language :: English",
13     "Operating System :: OS Independent",
14     "Programming Language :: Python :: 3.8",
15     "Topic :: System :: Networking",
16 ]
17 keywords = [
18     "binary search", "throughput", "networking", "RFC 2544",
19     "conditional throughput",
20 ]
21 authors = [
22     { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" },
23 ]
24 maintainers = [
25     { name = "Vratko Polak", email = "vrpolak@cisco.com" },
26     { name = "Tibor Frank", email = "tifrank@cisco.com" },
27 ]
28
29 [project.urls]
30 "Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues"
31 "Source" = "https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/MLRsearch"