Changeset 194 for etherws/trunk/setup.py


Ignore:
Timestamp:
07/31/12 00:42:10 (12 years ago)
Author:
atzm
Message:
  • depends on PyYAML
File:
1 edited

Legend:

Unmodified
Added
Removed
  • etherws/trunk/setup.py

    r183 r194  
    3737setup( 
    3838    name='etherws', 
    39     version='0.7', 
    40     description='Ethernet over WebSocket tunneling server/client', 
     39    version='1.0', 
     40    description='Ethernet over WebSocket', 
    4141    long_description=longdesc, 
    4242    author='Atzm WATANABE', 
     
    5151        'websocket-client>=0.7.0', 
    5252        'tornado>=2.3', 
     53        'PyYAML>=3.10', 
    5354    ], 
    5455    classifiers=[ 
Note: See TracChangeset for help on using the changeset viewer.