Skip to content

Commit a44f680

Browse files
committed
dist
1 parent a358ed8 commit a44f680

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

Authwave/setup.py

Whitespace-only changes.

dist/Authwave-0.0.1-py3-none-any.whl

17.7 KB
Binary file not shown.

dist/Authwave-0.0.1.tar.gz

10.4 KB
Binary file not shown.

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[project]
2+
3+
name = "Authwave"
4+
version = "0.0.1"
5+
dependencies = [
6+
"pysodium == 0.7.12"
7+
]
8+
9+
[tool.setuptools.packages.find]
10+
exclude = ["authwave.tests"] # exclude tests directory

0 commit comments

Comments
 (0)