diff --git a/setup.cfg b/setup.cfg index 0e06ac9..507dad4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = hypertag-lang -version = 1.0.1 +version = 1.0.2 author = Marcin Wojnarski author_email = hypertag@paperity.org description = Modern language for HTML templating and markup generation with Python-like concise syntax, code reuse & modularity. Partial Django integration. @@ -20,6 +20,8 @@ package_dir = = src packages = find: python_requires = >=3.6 +setup_requires = + wheel install_requires = parsimonious==0.8.1 six>=1.12.0