Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0b7fe8

Browse files
committedAug 18, 2015
Added web/static/css/* to setup.py and MANIFEST.in
1 parent 3b92126 commit c0b7fe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include web/templates/*
2+
include web/static/css*

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
'utils': './utils',
2121
'web': './web'
2222
},
23-
package_data={'web': ['templates/*']},
23+
package_data={'web': ['templates/*', 'static/css/*]},
2424
install_requires=['pydot2==1.0.33', 'tornado==4.0.2', 'Flask==0.10.1']
2525
)

0 commit comments

Comments
 (0)
Please sign in to comment.