Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
v1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed May 24, 2023
1 parent 838c35f commit b1ba9a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include tenforce/enforcer.pyx
include tenforce/*.pyx
include tenforce/lib/*.pyx
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tenforce"
version = "0.1.3"
version = "0.1.4"
authors = [
{name = "Hunter LaFaille", email = "[email protected]"}
]
Expand All @@ -15,5 +15,5 @@ requires = ["setuptools", "Cython==0.29.34"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
include = ["tenforce*"]
include = ["tenforce*", "tenforce/lib/*"]
exclude = ["docs*", "tests*"]

0 comments on commit b1ba9a2

Please sign in to comment.