Rename project to "bowl"

This commit is contained in:
Joscha 2019-06-21 12:16:43 +00:00
parent 11bd7778cf
commit c8b495c0e5
33 changed files with 14 additions and 292 deletions

View file

@ -1,15 +1,15 @@
from setuptools import setup
setup(
name="cheuph",
name="bowl",
version="0.0.1",
packages=[
"cheuph",
"cheuph.euphoria",
"bowl",
"bowl.euphoria",
],
entry_points={
"console_scripts": [
"cheuph = cheuph.euphoria:launch_single_room_application",
"bowl = bowl.euphoria:launch_single_room_application",
],
},
install_requires=[