Revision 688636e7e370eb7da3737f2656a98feef70bbbdd authored by Andrey Velichkevich on 03 April 2020, 10:17:46 UTC, committed by GitHub on 03 April 2020, 10:17:46 UTC
1 parent bccc281
Raw File
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top