mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Use setuptools.find_packages()
This commit is contained in:
parent
b96c7a17cf
commit
eeee934894
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name = "infinitory",
|
||||
version = "0.0.2",
|
||||
version = "0.0.3",
|
||||
|
||||
description = "SRE host, role, and service inventory",
|
||||
author = "Daniel Parks",
|
||||
|
|
@ -18,7 +18,7 @@ setuptools.setup(
|
|||
"Programming Language :: Python :: 3",
|
||||
],
|
||||
|
||||
packages = [ "infinitory" ],
|
||||
packages = setuptools.find_packages(),
|
||||
install_requires = [
|
||||
"click",
|
||||
"Jinja2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue