Skip to content

Commit 8f9194e

Browse files
author
Vladimir Volkov
committed
fix: setup.py for new elements
1 parent e98d24a commit 8f9194e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_packages(package):
3030
'apispec<4',
3131
'python-multipart'
3232
],
33-
version='0.0.17',
33+
version='0.0.18',
3434
url='https://github.com/slv0/start_resty',
3535
license='BSD',
3636
description='The web framework',
@@ -39,7 +39,7 @@ def get_packages(package):
3939
author='Slava Cheremushkin',
4040
author_email='[email protected]',
4141
packages=get_packages('star_resty'),
42-
package_data={'star_resty': ['py.typed']},
42+
package_data={'star_resty': ['py.typed'], '': ['*.html']},
4343
data_files=[('', ['LICENSE'])],
4444
classifiers=[
4545
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)