Skip to content

Commit

Permalink
Merge pull request #108 from kushaldas/manifest
Browse files Browse the repository at this point in the history
Adds MANIFEST required for setuptools
  • Loading branch information
kushaldas authored Aug 30, 2022
2 parents a84a8ab + b2a3d18 commit 0d0590f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include Cargo.toml
recursive-include src *
recursive-include tests *
recursive-include docs *
include mypy.ini
include changelog.md
include README.md
include requirements-dev.txt
global-exclude *.py[cod]
prune docs/_build/*
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ classifiers = [
authors = [{name="Kushal Das", email="[email protected]"}]
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"httpx",
]

[project.urls]
"Homepage" = "https://github.com/kushaldas/johnnycanencrypt"
"Bug Tracker" = "https://github.com/kushaldas/johnnycanencrypt/issues"

0 comments on commit 0d0590f

Please sign in to comment.