Revision 6f42ee593796765605f2735066e157c7b1352861 authored by Jakob Vanhoefer on 21 March 2021, 22:32:50 UTC, committed by GitHub on 21 March 2021, 22:32:50 UTC
2 parent s 8f3bd49 + d680fdc
Raw File
setup.py
"""Setup module."""

import setuptools

setuptools.setup()
back to top