Skip to content

Commit

Permalink
Update package_data in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pybalt committed Apr 1, 2024
1 parent f241111 commit 478beec
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 @@ -5,9 +5,9 @@

setup(
name='fast-templates',
version='0.1.7',
version='0.1.8',
packages=find_packages(),
package_data={'': ['**/*']},
package_data={'': ['**/*', '.env', '.gitignore']},
url='https://github.com/pybalt/FastAPI-TemplateWizard',
author='pybalt',
author_email='96897286+pybalt@users.noreply.github.com',
Expand Down

0 comments on commit 478beec

Please sign in to comment.