|
| 1 | +[build-system] |
| 2 | +requires = ["setuptools"] |
| 3 | +build-backend = "setuptools.build_meta" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "splunk-sdk-python" |
| 7 | +version = "2.1.0" |
| 8 | +description = "The Splunk Software Development Kit for Python." |
| 9 | +readme = "README.md" |
| 10 | +requires-python = ">=3.7, <3.10" |
| 11 | +license = "Apache-2.0" |
| 12 | +license-files = ["LICEN[CS]E.*"] |
| 13 | +authors = [{ name = "Splunk, Inc.", email = "devinfo@splunk.com" }] |
| 14 | +classifiers = [ |
| 15 | + "Programming Language :: Python", |
| 16 | + "Development Status :: 6 - Mature", |
| 17 | + "Environment :: Other Environment", |
| 18 | + "Intended Audience :: Developers", |
| 19 | + "Operating System :: OS Independent", |
| 20 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 21 | + "Topic :: Software Development :: Libraries :: Application Frameworks", |
| 22 | +] |
| 23 | + |
| 24 | +dependencies = [ |
| 25 | + "deprecation>=2.1.0", |
| 26 | + "mypy>=1.4.1", |
| 27 | + "ruff>=0.12.5", |
| 28 | + "tox>=4.8.0", |
| 29 | + "types-setuptools>=69.0.0.0", |
| 30 | +] |
| 31 | + |
| 32 | +[project.urls] |
| 33 | +HOMEPAGE = "https://example.com" |
| 34 | +DOCS = "https://readthedocs.org" |
| 35 | +REPO = "http://github.com/splunk/splunk-sdk-python.git" |
| 36 | + |
| 37 | +# [tool.setuptools.package-dir] |
| 38 | +# "splunklib" = "splunklib" |
| 39 | +# "splunklib.modularinput" = "splunklib/modularinput" |
| 40 | +# "splunklib.searchcommands" = "splunklib/searchcommands" |
0 commit comments