Skip to content

Commit 4502606

Browse files
committed
Update name, remove setup.py
1 parent 1ebcdc6 commit 4502606

File tree

3 files changed

+48
-25
lines changed

3 files changed

+48
-25
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "splunk-sdk-python"
6+
name = "splunk-sdk"
77
version = "2.1.0"
88
description = "The Splunk Software Development Kit for Python."
99
readme = "README.md"
@@ -31,6 +31,7 @@ dependencies = [
3131
"flake8-logging-format>=2024.24.12",
3232
"flake8-rst-docstrings>=0.3.0",
3333
"pylint>=2.13.9",
34+
"python-dotenv>=0.21.1",
3435
"six>=1.17.0",
3536
"tox>=4.8.0",
3637
"types-setuptools>=69.0.0.0",
@@ -41,7 +42,6 @@ HOMEPAGE = "https://pypi.org/project/splunk-sdk"
4142
DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
4243
REPO = "http://github.com/splunk/splunk-sdk-python.git"
4344

44-
[tool.setuptools.package-dir]
45-
"splunklib" = "splunklib"
46-
"splunklib.modularinput" = "splunklib/modularinput"
47-
"splunklib.searchcommands" = "splunklib/searchcommands"
45+
46+
[tool.setuptools]
47+
packages = ["splunklib", "splunklib.modularinput", "splunklib.searchcommands"]

setup.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

uv.lock

Lines changed: 43 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)