Rename the project to Eris.
This commit is contained in:
parent
a060c7f3ae
commit
8e5cc0eac9
34 changed files with 109 additions and 112 deletions
16
setup.py
16
setup.py
|
|
@ -10,16 +10,16 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
|
||||
setup(name="vigil",
|
||||
setup(name="eris",
|
||||
version="17.06",
|
||||
description=("Vigil maintains an up-to-date set of reports for every"
|
||||
description=("Eris maintains an up-to-date set of reports for every"
|
||||
" file in a codebase."),
|
||||
url="https://github.com/ahamilton/vigil",
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
license="Artistic 2.0",
|
||||
packages=["vigil", "vigil.urwid"],
|
||||
package_data={"vigil": ["LS_COLORS.sh", "tools.toml"]},
|
||||
packages=["eris", "eris.urwid"],
|
||||
package_data={"eris": ["LS_COLORS.sh", "tools.toml"]},
|
||||
entry_points={"console_scripts":
|
||||
["vigil=vigil.__main__:entry_point",
|
||||
"vigil-worker=vigil.worker:main",
|
||||
"vigil-webserver=vigil.webserver:main"]})
|
||||
["eris=eris.__main__:entry_point",
|
||||
"eris-worker=eris.worker:main",
|
||||
"eris-webserver=eris.webserver:main"]})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue