Skip to content

Commit 33bb34e

Browse files
committed
Fixed template issues
1 parent 41af453 commit 33bb34e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33

44
setup(
55
name='pypigit',
6-
version='0.2',
6+
version='0.2.1',
77
description='A simple PyPi-like server that automatically generates python packages from git tags',
88
author='desertkun',
99
license='MIT',
1010
author_email='desertkun@gmail.com',
1111
url='https://github.com/anthill-utils/pypigit',
1212
packages=find_packages(),
13+
include_package_data=True,
14+
package_data={
15+
"": ["templates/*.html"]
16+
},
1317
zip_safe=False,
1418
install_requires=[
1519
"tornado>=5.0",

0 commit comments

Comments
 (0)