djangoldp-notification/setup.py

8 lines
92 B
Python
Raw Normal View History

2019-01-10 17:00:42 +00:00
#!/usr/bin/env python
2019-01-09 09:27:54 +00:00
2019-01-10 17:00:42 +00:00
from setuptools import setup
2019-01-09 09:27:54 +00:00
2019-08-02 16:20:52 +00:00
setup(
include_package_data=True
)