Revision d9a8a7a9c5ecf85d38c4bc166c452a71c5e562ee authored by avelichk on 26 June 2020, 23:45:55 UTC, committed by avelichk on 26 June 2020, 23:45:55 UTC
1 parent f8a12ee
Raw File
setup.py
from setuptools import setup

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