Raw File
setup.py
from setuptools import setup

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