Skip to content

Commit 3ca3ba8

Browse files
committed
update keywords
1 parent 060cb9c commit 3ca3ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ def my_yield(value, cc):
333333
#
334334
# e.g. the keywords your project uses as topics on GitHub, minus "python" (if there)
335335
#
336-
keywords = ["functional-programming", "syntactic-macros", "macros", "lisp", "scheme", "racket", "haskell"],
336+
keywords = ["functional-programming", "language-extension", "syntactic-macros",
337+
"tail-call-optimization", "tco", "continuations", "currying",
338+
"dynamic-variable", "macros", "lisp", "scheme", "racket", "haskell"],
337339

338340
# Declare packages so that python -m setup build will copy .py files (especially __init__.py).
339341
#

0 commit comments

Comments
 (0)