Turn bapsicle into a package.

This commit is contained in:
Matthew Stratford 2020-10-24 15:36:11 +01:00
parent 841bdf022d
commit 77ed0feebd
2 changed files with 3 additions and 0 deletions

0
__init__.py Normal file
View file

3
setup.py Normal file
View file

@ -0,0 +1,3 @@
from setuptools import setup, find_packages
setup(name='bapsicle', version='0.0.1', packages=find_packages())