Skip to content

Commit b7cb390

Browse files
committed
fixed a small glimpse in setup.py
1 parent 5ad0b28 commit b7cb390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djity/application_skeleton/setup.py_tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ setup(name={package_name}.pip_name,
1313
packages=['{package_name}'],
1414
package_data={{'{package_name}':[
1515
'templates/{package_name}/*.html',
16-
'media/*/*']
16+
'static/*/*']
1717
}},
1818
)

0 commit comments

Comments
 (0)