Skip to content

Commit 3abd5f5

Browse files
committed
Update setup.py
Add description and check dependencies.
1 parent 8f328cc commit 3abd5f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66

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

1012
'author': 'scy-phy',
1113

@@ -18,13 +20,11 @@
1820
'version': '0.1.0',
1921

2022
'install_requires': [
21-
'nose',
22-
'nose-cover3',
2323
'cpppo',
24-
'pycomm',
2524
'networkx',
2625
'matplotlib',
27-
'pillow', # TODO: check
26+
'nose',
27+
'nose-cover3',
2828
],
2929

3030
'package': ['minicps'],

0 commit comments

Comments
 (0)