We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98d24a commit 8f9194eCopy full SHA for 8f9194e
setup.py
@@ -30,7 +30,7 @@ def get_packages(package):
30
'apispec<4',
31
'python-multipart'
32
],
33
- version='0.0.17',
+ version='0.0.18',
34
url='https://github.com/slv0/start_resty',
35
license='BSD',
36
description='The web framework',
@@ -39,7 +39,7 @@ def get_packages(package):
39
author='Slava Cheremushkin',
40
author_email='[email protected]',
41
packages=get_packages('star_resty'),
42
- package_data={'star_resty': ['py.typed']},
+ package_data={'star_resty': ['py.typed'], '': ['*.html']},
43
data_files=[('', ['LICENSE'])],
44
classifiers=[
45
'Development Status :: 3 - Alpha',
0 commit comments