Codebase list python-procrunner / 56cd8b3 setup.py
56cd8b3

Tree @56cd8b3 (Download .tar.gz)

setup.py @56cd8b3raw · history · blame

from setuptools import setup

with open("README.rst") as readme_file:
    readme = readme_file.read()

with open("HISTORY.rst") as history_file:
    history = history_file.read()

setup(
    long_description=readme + "\n\n" + history,
    keywords="procrunner",
)