mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Rename sreinventory to infinitory (Charles Dunbar came up with the name)
This commit is contained in:
parent
0aad418036
commit
f541697372
5 changed files with 6 additions and 6 deletions
8
setup.py
8
setup.py
|
|
@ -1,13 +1,13 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
name = "sreinventory",
|
||||
name = "infinitory",
|
||||
version = "0.0.1",
|
||||
|
||||
description = "SRE host, role, and service inventory",
|
||||
author = "Daniel Parks",
|
||||
author_email = "daniel.parks@puppet.com",
|
||||
url = "http://github.com/puppetlabs/sreinventory",
|
||||
url = "http://github.com/puppetlabs/infinitory",
|
||||
long_description = open("README.rst").read(),
|
||||
|
||||
classifiers = [
|
||||
|
|
@ -18,7 +18,7 @@ setuptools.setup(
|
|||
"Programming Language :: Python :: 3",
|
||||
],
|
||||
|
||||
packages = [ "sreinventory" ],
|
||||
packages = [ "infinitory" ],
|
||||
install_requires = [
|
||||
"click",
|
||||
"Jinja2",
|
||||
|
|
@ -30,7 +30,7 @@ setuptools.setup(
|
|||
include_package_data = True,
|
||||
entry_points = {
|
||||
"console_scripts": [
|
||||
"sreinventory = sreinventory.cli:main"
|
||||
"infinitory = infinitory.cli:main"
|
||||
]
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue