This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
docs/src/backend/setup.py

8 lines
166 B
Python
Raw Normal View History

#!/usr/bin/env python
"""Setup file for the publish module. All configuration stands in the setup.cfg file."""
# coding: utf-8
from setuptools import setup
setup()