|
@@ -3,6 +3,9 @@ from distutils.core import setup |
|
|
setup(
|
|
|
setup(
|
|
|
name='focker',
|
|
|
name='focker',
|
|
|
version='0.9',
|
|
|
version='0.9',
|
|
|
|
|
|
author='Stanislaw Adaszewski',
|
|
|
|
|
|
author_email='s.adaszewski@gmail.com',
|
|
|
|
|
|
url='https://github.com/sadaszewski/focker',
|
|
|
packages=['focker'],
|
|
|
packages=['focker'],
|
|
|
license='The GNU General Public License v3.0',
|
|
|
license='The GNU General Public License v3.0',
|
|
|
description='Focker is a FreeBSD image orchestration tool in the vein of Docker.',
|
|
|
description='Focker is a FreeBSD image orchestration tool in the vein of Docker.',
|
|
@@ -11,6 +14,6 @@ setup( |
|
|
install_requires=[
|
|
|
install_requires=[
|
|
|
"tabulate",
|
|
|
"tabulate",
|
|
|
"jailconf",
|
|
|
"jailconf",
|
|
|
"yaml"
|
|
|
|
|
|
|
|
|
"pyyaml"
|
|
|
]
|
|
|
]
|
|
|
)
|
|
|
)
|