Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 17, 2024
1 parent 1fe8d63 commit cbcfcc1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include LICENSE
include MANIFEST.in
include *.yml
graft src
graft tests
graft docs
global-exluce *.pyc
prune docs/_build
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ endif
.PHONY: build
build: docs
python -m build
check-manifest

.PHONY: publish
publish: porcelain branch build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=64", "setuptools_scm>=8"]
requires = ["setuptools>=64"]

[project]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
twine==5.0.0
build==1.2.1
setuptools==69.5.1
setuptools-scm==8.0.4
check-manifest==0.49

0 comments on commit cbcfcc1

Please sign in to comment.