mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Adding error page to infinitory
This commit is contained in:
parent
26acc1d4c6
commit
7e5f22eab6
11 changed files with 319 additions and 31 deletions
6
setup.py
6
setup.py
|
|
@ -24,9 +24,13 @@ setuptools.setup(
|
|||
"Jinja2",
|
||||
"markdown2",
|
||||
"pygments",
|
||||
"simplepup"
|
||||
"simplepup",
|
||||
],
|
||||
|
||||
tests_requires = [
|
||||
"pytest",
|
||||
]
|
||||
|
||||
include_package_data = True,
|
||||
entry_points = {
|
||||
"console_scripts": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue