Skip to content

Commit

Permalink
Included all static files
Browse files Browse the repository at this point in the history
  • Loading branch information
qaqaqaqaowh committed Apr 8, 2020
1 parent 2794e28 commit cd96959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include src/files/static *
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
setup(
name = 'ftg',
packages = find_packages(),
version = '0.8',
version = '0.9',
license='MIT',
description = 'A generator for a flask app template',
author = 'Nicholas Ong Wei Harn',
author_email = 'nicholasowh@hotmail.com',
url = 'https://github.com/qaqaqaqaowh/ftg',
download_url = 'https://github.com/qaqaqaqaowh/ftg/archive/0.8.tar.gz',
download_url = 'https://github.com/qaqaqaqaowh/ftg/archive/0.9.tar.gz',
keywords = ['flask', 'template', 'generate'],
include_package_data = True,
install_requires=[
'flask',
'peewee',
Expand Down

0 comments on commit cd96959

Please sign in to comment.