We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41af453 commit 33bb34eCopy full SHA for 33bb34e
1 file changed
setup.py
@@ -3,13 +3,17 @@
3
4
setup(
5
name='pypigit',
6
- version='0.2',
+ version='0.2.1',
7
description='A simple PyPi-like server that automatically generates python packages from git tags',
8
author='desertkun',
9
license='MIT',
10
author_email='desertkun@gmail.com',
11
url='https://github.com/anthill-utils/pypigit',
12
packages=find_packages(),
13
+ include_package_data=True,
14
+ package_data={
15
+ "": ["templates/*.html"]
16
+ },
17
zip_safe=False,
18
install_requires=[
19
"tornado>=5.0",
0 commit comments