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
|
|
@ -15,8 +15,8 @@ import socket
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from sreinventory import cellformatter
|
from infinitory import cellformatter
|
||||||
from sreinventory.inventory import Inventory
|
from infinitory.inventory import Inventory
|
||||||
from simplepup import puppetdb
|
from simplepup import puppetdb
|
||||||
|
|
||||||
|
|
||||||
8
setup.py
8
setup.py
|
|
@ -1,13 +1,13 @@
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name = "sreinventory",
|
name = "infinitory",
|
||||||
version = "0.0.1",
|
version = "0.0.1",
|
||||||
|
|
||||||
description = "SRE host, role, and service inventory",
|
description = "SRE host, role, and service inventory",
|
||||||
author = "Daniel Parks",
|
author = "Daniel Parks",
|
||||||
author_email = "daniel.parks@puppet.com",
|
author_email = "daniel.parks@puppet.com",
|
||||||
url = "http://github.com/puppetlabs/sreinventory",
|
url = "http://github.com/puppetlabs/infinitory",
|
||||||
long_description = open("README.rst").read(),
|
long_description = open("README.rst").read(),
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
@ -18,7 +18,7 @@ setuptools.setup(
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
],
|
],
|
||||||
|
|
||||||
packages = [ "sreinventory" ],
|
packages = [ "infinitory" ],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"click",
|
"click",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
|
|
@ -30,7 +30,7 @@ setuptools.setup(
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
entry_points = {
|
entry_points = {
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"sreinventory = sreinventory.cli:main"
|
"infinitory = infinitory.cli:main"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue