IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Selaa lähdekoodia

setup.py adjustments

tags/0.92
Stanislaw Adaszewski 4 vuotta sitten
vanhempi
commit
9f0c28c871
3 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. +2
    -0
      .gitignore
  2. +1
    -0
      README
  3. +4
    -1
      setup.py

+ 2
- 0
.gitignore Näytä tiedosto

@@ -1,2 +1,4 @@
__pycache__
/build/
/dist/
/MANIFEST

+ 1
- 0
README Näytä tiedosto

@@ -0,0 +1 @@
Focker is a FreeBSD image orchestration tool in the vein of Docker.

+ 4
- 1
setup.py Näytä tiedosto

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

Loading…
Peruuta
Tallenna