Skip to content

Commit 11ed643

Browse files
committed
Add static and template files to setup.py
1 parent 06b97cd commit 11ed643

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create VirtualEnv for application::
3636
Assume the VirtualEnv and install ConnTestD::
3737

3838
source /opt/conntestd/bin/activate
39-
pip install
39+
pip install git+https://github.com/robputt796/ConnTestD.git
4040

4141
## Installation Guide (Redhat Variants, e.g. RedHat, CentOS)
4242

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
long_description="",
2020
zip_safe=False,
2121

22+
package_data={'templates':['*'],'static':['*'],},
23+
2224
# Adds dependencies
2325
install_requires = ['flask',
2426
'sqlalchemy',

0 commit comments

Comments
 (0)