Skip to content

Commit 007fe7d

Browse files
authored
Fixed Multiplex Issue
1 parent ee02255 commit 007fe7d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "smartfaker"
7-
version = "3.18.0"
7+
version = "3.20.0"
8+
9+
author = "ISmartCoder"
10+
author-email = "[email protected]"
11+
812
authors = [{ name = "ISmartCoder", email = "[email protected]" }]
913
maintainers = [{ name = "ISmartCoder", email = "[email protected]" }]
14+
1015
description = "A powerful Asyncrhonous Python library for generating fake addresses, supporting bots, MTProto API frameworks, and Python scripts"
1116
readme = "README.md"
1217
requires-python = ">=3.8"
@@ -31,7 +36,12 @@ Tracker = "https://github.com/abirxdhack/TheSmartFaker/issues"
3136
Changelog = "https://github.com/abirxdhack/TheSmartFaker/releases"
3237

3338
[tool.hatch.build]
34-
include = ["smartfaker/**/*.py", "README.md", "LICENSE"]
39+
include = [
40+
"smartfaker/**/*.py",
41+
"smartfaker/data/**/*.json",
42+
"README.md",
43+
"LICENSE"
44+
]
3545

3646
[tool.hatch.build.targets.wheel]
3747
universal = true

0 commit comments

Comments
 (0)