From 8f9194ea1ffe8aeabf9cfcc2607a6c15a5be48ce Mon Sep 17 00:00:00 2001 From: Vladimir Volkov Date: Thu, 15 Apr 2021 22:59:06 +0300 Subject: [PATCH] fix: setup.py for new elements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eff6bd3..f75c3c6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_packages(package): 'apispec<4', 'python-multipart' ], - version='0.0.17', + version='0.0.18', url='https://github.com/slv0/start_resty', license='BSD', description='The web framework', @@ -39,7 +39,7 @@ def get_packages(package): author='Slava Cheremushkin', author_email='slv0.chr@gmail.com', packages=get_packages('star_resty'), - package_data={'star_resty': ['py.typed']}, + package_data={'star_resty': ['py.typed'], '': ['*.html']}, data_files=[('', ['LICENSE'])], classifiers=[ 'Development Status :: 3 - Alpha',