ab7d9933e0
The repository was renamed to "impress" but the code was still mentionning "publish".
8 lines
166 B
Python
8 lines
166 B
Python
#!/usr/bin/env python
|
|
"""Setup file for the impress module. All configuration stands in the setup.cfg file."""
|
|
# coding: utf-8
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|