Skip to content

Commit

Permalink
Include docs, examples, tests, etc in source release
Browse files Browse the repository at this point in the history
Fixes #171
  • Loading branch information
jodal committed May 27, 2022
1 parent c7b2b7f commit 83d6e22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykka"
version = "3.0.2"
version = "3.0.3"
description = "Pykka is a Python implementation of the actor model"
authors = ["Stein Magnus Jodal <stein.magnus@jodal.no>"]
license = "Apache-2.0"
Expand All @@ -14,10 +14,11 @@ classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
]
include = ["docs", "examples", "setup.cfg", "tests", "tox.ini"]

[tool.poetry.dependencies]
python = "^3.7.0"
importlib_metadata = {version = ">=1.6", python = "<3.8"}
importlib_metadata = { version = ">=1.6", python = "<3.8" }

[tool.poetry.dev-dependencies]
black = "^22.1"
Expand Down

0 comments on commit 83d6e22

Please sign in to comment.