Skip to content

Commit

Permalink
Merge cd99ad0 into 6504c7f
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Apr 30, 2022
2 parents 6504c7f + cd99ad0 commit d3a228b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 0.1.14 unreleased

* Adjust the pyproject.toml include directive to limit what goes into wheel.
* Remove the Safety scanner from the pre-commit hooks and GitHub action.

Version 0.1.13 14 Nov 2021
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ license = "Apache-2.0"
readme = "PyPI.md"
homepage = "https://pypi.org/project/uciparse/"
repository = "https://github.com/pronovic/uci-parse"
include = [ "Changelog", "LICENSE", "README.md", "docs", "tests", "scripts", ]
include = [
{ path = 'Changelog', format = 'sdist' },
{ path = 'LICENSE', format = 'sdist' },
{ path = 'README.md', format = 'sdist' },
{ path = 'docs', format = 'sdist' },
{ path = 'tests', format = 'sdist' },
{ path = 'scripts', format = 'sdist' },
]
packages = [ { include = "uciparse", from = "src" } ]
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d3a228b

Please sign in to comment.