Rename project to "bowl"
This commit is contained in:
parent
11bd7778cf
commit
c8b495c0e5
33 changed files with 14 additions and 292 deletions
8
setup.py
8
setup.py
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue