Skip to content

Commit

Permalink
fix: setup.py for new elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Volkov committed Apr 15, 2021
1 parent e98d24a commit 8f9194e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 8f9194e

Please sign in to comment.