Skip to content

Commit

Permalink
Prevent LICENSE, README.rst, and HISTORY.rst from being installed in …
Browse files Browse the repository at this point in the history
…site-packages

Also let poetry find packages automatically rather than specify them explicitly
  • Loading branch information
J-M0 committed May 27, 2021
1 parent f219c15 commit fd5f4b6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ homepage = "https://github.com/pavdmyt/yaspin"
repository = "https://github.com/pavdmyt/yaspin"
documentation = "https://github.com/pavdmyt/yaspin/blob/master/README.rst"
keywords = ["spinner", "console", "terminal", "loader", "indicator"]
packages = [
{ include = "yaspin" },
{ include = "tests", format = "sdist" },
{ include = "examples", format = "sdist" },
]
include = [
"README.rst",
"HISTORY.rst",
"LICENSE",
"yaspin/data/spinners.json",
{ path = "tests", format = "sdist" },
{ path = "examples", format = "sdist" },
{ path = "HISTORY.rst", format = "sdist"}
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit fd5f4b6

Please sign in to comment.