djangoldp-notification/setup.py
Jean-Baptiste Pasquier 66eea4c241 fix: try fix email.html
2019-08-02 16:20:52 +00:00

8 lines
92 B
Python

#!/usr/bin/env python
from setuptools import setup
setup(
include_package_data=True
)