Skip to content

Commit

Permalink
install all intended subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Dec 8, 2021
1 parent d19761b commit 76af517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def read(*relpath, **kwargs): # https://blog.ionelmc.ro/2014/05/25/python-packa
setup(
name="unpythonic",
version=version,
packages=["unpythonic", "unpythonic.syntax"],
# `unpythonic.test` is the macro-enabled testing framework, intended for public consumption;
# the unit tests of `unpythonic` itself in `unpythonic.tests` are NOT deployed.
packages=["unpythonic", "unpythonic.syntax", "unpythonic.test", "unpythonic.net"],
provides=["unpythonic"],
keywords=["functional-programming", "language-extension", "syntactic-macros",
"tail-call-optimization", "tco", "continuations", "currying", "lazy-evaluation",
Expand Down

0 comments on commit 76af517

Please sign in to comment.