Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Add description and check dependencies.
  • Loading branch information
francozappa committed Sep 26, 2015
1 parent 8f328cc commit 3abd5f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@


config = {
'description': 'TODO',
'description': """MiniCPS is a lightweight simulator for accurate network
traffic in an industrial control system, with basic support for physical
layer interaction.""",

'author': 'scy-phy',

Expand All @@ -18,13 +20,11 @@
'version': '0.1.0',

'install_requires': [
'nose',
'nose-cover3',
'cpppo',
'pycomm',
'networkx',
'matplotlib',
'pillow', # TODO: check
'nose',
'nose-cover3',
],

'package': ['minicps'],
Expand Down

0 comments on commit 3abd5f5

Please sign in to comment.