Skip to content

Commit b339593

Browse files
authored
Merge pull request #59 from stackql/feature/refactor
updated pyproject.toml
2 parents e136d2d + 92067fa commit b339593

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v3.8.0 (2025-06-13)
3+
## v3.8.1 (2025-06-25)
44

55
### Updates
66

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = 'v3.8.0'
29+
release = 'v3.8.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pystackql"
7-
version = "3.8.0"
7+
version = "3.8.1"
88
description = "A Python interface for StackQL"
99
readme = "README.rst"
1010
authors = [
@@ -33,8 +33,11 @@ dependencies = [
3333
"tqdm>=4.61.0",
3434
]
3535

36+
[tool.setuptools.packages.find]
37+
include = ["pystackql", "pystackql.*"]
38+
3639
[tool.setuptools]
37-
packages = ["pystackql"]
40+
include-package-data = true
3841

3942
[project.urls]
4043
Homepage = "https://github.com/stackql/pystackql"

0 commit comments

Comments
 (0)