Skip to content

Commit

Permalink
fix: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
iharthi committed Nov 7, 2023
1 parent 210803d commit e893009
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include CHANGELOG.md
include LICENSE
include README.md

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.md Makefile
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name = "pywaybiller"
version = "0.1.0"
description = "Python client for waybiller.com external API"
authors = ["Thorgate <software@thorgate.eu>"]
license = "MIT"
license = "MIT License"
readme = "README.md"
repository = "https://github.com/thorgate/pyevr.git"
keywords = ["OpenAPI", "OpenAPI-Generator", "pywaybiller"]
include = ["pywayubiller/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
Empty file added pywaybiller/py.typed
Empty file.

0 comments on commit e893009

Please sign in to comment.