Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
yubarajshrestha committed Oct 25, 2022
1 parent 9214748 commit e73a4c0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Expand Up @@ -8,7 +8,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.1.2",
version="0.1.3",
packages=[
"filemanager",
"filemanager.config",
Expand All @@ -20,6 +20,7 @@
"filemanager.resources",
"filemanager.templates",
"filemanager.templates.partials",
"filemanager.templates.partials.previews",
],
package_dir={"": "src"},
description="File management solution for Masonite",
Expand Down Expand Up @@ -88,8 +89,11 @@
# have to be included in MANIFEST.in as well.
package_data={
'filemanager': [
'templates/*',
'templates/partials/*'
'templates/*.html',
'templates/partials/*.html',
'templates/partials/previews/*.html',
'resources/*.js',
'resources/*.css'
],
},
)

0 comments on commit e73a4c0

Please sign in to comment.