Skip to content

Commit dccaf3c

Browse files
authored
Merge pull request #24 from douglasdcm/clean-dist
removed folders from dist
2 parents 23bdfce + 20ffebc commit dccaf3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.setuptools.packages.find]
6+
include = ["caqui*"]
7+
exclude = ["tests*", "utils", ".vscode", ".git*", "dist"]
8+
59
[project]
610
name = "caqui"
7-
version = "1.0.2"
11+
version = "1.0.3"
812
authors = [
913
{ name="Douglas Cardoso", email="noemail@noemail.com" },
1014
]
File renamed without changes.

0 commit comments

Comments
 (0)