Skip to content

Commit 7d36096

Browse files
chore: Update pyproject.toml to include "src" directory in packages
1 parent ed6cc08 commit 7d36096

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A package to convert API responses to pandas dataframe"
55
authors = ["IvanildoBarauna <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"
8-
packages = [{ include = "api_to_dataframe" }]
8+
packages = [{ include = "api_to_dataframe", from = "src" }]
99
classifiers=[
1010
"Development Status :: 1 - Planning",
1111
"Intended Audience :: Developers",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)