7 lines
62 B
Python
7 lines
62 B
Python
|
"""
|
||
|
The bou package
|
||
|
"""
|
||
|
from setuptools import setup
|
||
|
|
||
|
setup()
|