appbase/setup.py

7 lines
105 B
Python

from setuptools import setup
setup(
name="appbase",
version="1.0.0",
packages=["appbase"],
)