Add setup.py to access minigrida package
This commit is contained in:
parent
c2f6c3d53e
commit
82b863feb9
20
setup.py
Normal file
20
setup.py
Normal file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# \file setup.py
|
||||
# \brief TODO
|
||||
# \author Florent Guiotte <florent.guiotte@gmail.com>
|
||||
# \version 0.1
|
||||
# \date 2 oct. 2018
|
||||
#
|
||||
# TODO details
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='minigrida',
|
||||
version='1.11',
|
||||
description='Simple and decentralized computing grid',
|
||||
author='Florent Guiotte',
|
||||
author_email='florent.guiotte@uhb.fr',
|
||||
url='https://git.guiotte.fr/Florent/minigrida',
|
||||
packages=['cvgenerators', 'descriptors', 'protocols'],
|
||||
)
|
||||
Loading…
Reference in New Issue
Block a user