Skip to content

Commit c4c9442

Browse files
committed
update classifiers
1 parent 6cb0e79 commit c4c9442

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

setup.py

+11-4
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,23 @@
5353
'Source': 'https://github.com/conix-center/ARENA-robot',
5454
},
5555
classifiers=[
56-
'Development Status :: 1 - Planning',
56+
'Development Status :: 2 - Pre-Alpha',
57+
'Framework :: Robot Framework',
5758
'Intended Audience :: Developers',
59+
'Intended Audience :: Education',
60+
'Intended Audience :: Science/Research',
61+
'Intended Audience :: Telecommunications Industry',
5862
'License :: OSI Approved :: BSD License',
59-
'Operating System :: OS Independent',
63+
'Operating System :: POSIX :: Linux',
64+
'Programming Language :: C',
65+
'Programming Language :: Cython',
6066
'Programming Language :: Python :: 3',
6167
'Programming Language :: Python :: 3 :: Only',
6268
'Topic :: Scientific/Engineering',
63-
'Framework :: Robot Framework'
69+
'Topic :: System :: Distributed Computing',
70+
'Topic :: System :: Hardware'
6471
],
65-
keywords='arena robot ar vr robotics',
72+
keywords='arena robot ar vr robotics drone lidar vl53l5cx stm selenium jitsi video videocall conference',
6673
entry_points = {
6774
'console_scripts': ['arena-video-call-chrome=arenavideocall.scripts.arena_video_call_chrome:main'],
6875
},

0 commit comments

Comments
 (0)