Skip to content

Commit

Permalink
Merge pull request #292 from dbatten5/tests-sdist
Browse files Browse the repository at this point in the history
Include tests in sdist
  • Loading branch information
dbatten5 authored Nov 9, 2023
2 parents c50d93c + ed87e3d commit 0a6fd7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "maison"
version = "1.4.1"
description = "Maison"
description = "Read settings from config files"
authors = ["Dom Batten <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand All @@ -14,6 +14,9 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
include = [
{ path = "tests", format = "sdist" }
]

[tool.poetry.urls]
Changelog = "https://github.com/dbatten5/maison/releases"
Expand Down

0 comments on commit 0a6fd7a

Please sign in to comment.