Skip to content

Commit

Permalink
version 0.9.5 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tedlaz committed Aug 29, 2018
1 parent fd17d78 commit 9a0e639
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@


setup(name='sofos',
version='0.9.4',
version='0.9.5',
description='Create Easily Gui Database Applications',
long_description='',
url='https://github.com/tedlaz/sofos',
Expand All @@ -22,7 +22,9 @@
license='GPLv3',
packages=['sofos'],
scripts=['sofos/bin/sofos-project'],
package_data={'sofos': ['templates/images/*.png',
package_data={'sofos': ['models/*.py',
'qt/*.py',
'templates/images/*.png',
'templates/*.*',
'templates/zforms/*.py']},
classifiers=["Development Status :: 4 - Beta",
Expand Down

0 comments on commit 9a0e639

Please sign in to comment.