Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jan 16, 2016
1 parent a702678 commit 98026eb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,20 @@
'install_requires': install_reqs,

"package_data": {
'pydio': ['res/*.sql']
'pydio': ['res/*.sql',
'ui/res/*.html',
'ui/res/images/*.png',
'ui/res/angularjs/*.js',
'ui/res/*.js',
'ui/res/bootstrap/css/*.css',
'ui/res/bootstrap/css/*.css.map',
'ui/res/bootstrap/fonts/*.svg',
'ui/res/bootstrap/fonts/roboto-font/*.woff',
'ui/res/bootstrap/fonts/roboto-font/*.woff2',
'ui/res/bootstrap/fonts/*.eot',
'ui/res/bootstrap/fonts/*.woff',
'ui/res/bootstrap/fonts/*.ttf',
'ui/res/bootstrap/js/*.js']
},

# metadata for upload to PyPI
Expand Down

0 comments on commit 98026eb

Please sign in to comment.