mirror of
https://github.com/emmett-framework/granian.git
synced 2025-12-23 05:36:49 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="granian",
|
|
url="https://github.com/emmett-framework/granian",
|
|
)
|