granian/setup.py
2022-04-18 20:08:21 +02:00

6 lines
114 B
Python

from setuptools import setup
setup(
name="granian",
url="https://github.com/emmett-framework/granian",
)