Skip to content

Commit 55ba40d

Browse files
committed
Fix data importation
1 parent 59f1933 commit 55ba40d

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

MANIFEST.in

Whitespace-only changes.

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "talkops"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
authors = [{ name = "PicoUX" }]
55
description = "TalkOps SDK"
66
readme = "README.md"
@@ -20,3 +20,13 @@ dependencies = [
2020
[project.urls]
2121
Homepage = "https://talkops.app"
2222
Issues = "https://github.com/talkops/sdk-python/issues"
23+
24+
[build-system]
25+
requires = ["setuptools>=61.0"]
26+
build-backend = "setuptools.build_meta"
27+
28+
[tool.setuptools.package-data]
29+
"talkops" = ["data/*"]
30+
31+
[tool.setuptools.packages.find]
32+
where = ["."]

setup.cfg

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

0 commit comments

Comments
 (0)