Skip to content
Snippets Groups Projects
Verified Commit 79428af5 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

style: black

parent 5dda5cd8
Branches
Tags
No related merge requests found
Pipeline #290856 passed with warnings
from setuptools import setup, find_namespace_packages from setuptools import setup, find_namespace_packages
def readme(): def readme():
with open("README.md") as f: with open("README.md") as f:
return f.read() return f.read()
setup( setup(
name="perun.proxygui", name="perun.proxygui",
python_requires=">=3.9", python_requires=">=3.9",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment