File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1313 long_description = f .read ()
1414except IOError :
1515 long_description = '''
16- The ThingsDB connector can be used to communicate with ThingsDB.
17-
18- Besides a connector it also contains an ORM layer which can be used for
19- creating models and subscribing to things within a collection.
16+ The ThingsDB connector can be used to communicate with ThingsDB with support
17+ for joining rooms to listens for events.
2018''' .strip ()
2119
2220setup (
5351 'msgpack' ,
5452 'deprecation'
5553 ],
56- keywords = 'database connector orm ' ,
54+ keywords = 'database connector' ,
5755
5856 # You can just specify the packages manually here if your project is
5957 # simple. Or you can use find_packages().
Original file line number Diff line number Diff line change 1- __version__ = '1.0.0rc2 '
1+ __version__ = '1.0.0 '
You can’t perform that action at this time.
0 commit comments