8000 Fix package name · staticdev/github4.py@49b30b6 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 49b30b6

Browse files
author
staticdev
committed
Fix package name
1 parent ac437f1 commit 49b30b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ classifiers = [
1616
"Programming Language :: Python :: 3.8",
1717
"Programming Language :: Python :: 3.9",
1818
]
19+
packages = [
20+
{ include = "github4", from = "src" },
21+
]
1922

2023
[tool.poetry.urls]
2124
Changelog = "https://github.com/staticdev/github4.py/releases"

0 commit comments

Comments
 (0)
0