djangoldp-notification/setup.py

6 lines
61 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-01-10 17:00:42 +00:00
setup()