Revision f34ea32c5ea0f6932e64bde51758ff0f1bec50c0 authored by Andrey Velichkevich on 17 June 2020, 12:16:40 UTC, committed by GitHub on 17 June 2020, 12:16:40 UTC
1 parent 0be190a
Raw File
setup.py
from setuptools import setup

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