Revision 0f30898e54d9d6706fc65aac7fee330db8a8030e authored by Achal Shantharam on 20 May 2019, 23:47:40 UTC, committed by Achal Shantharam on 20 May 2019, 23:47:40 UTC
1 parent b030592
Raw File
setup.py
from setuptools import setup

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