|
53 | 53 | 'Source': 'https://github.com/conix-center/ARENA-robot',
|
54 | 54 | },
|
55 | 55 | classifiers=[
|
56 |
| - 'Development Status :: 1 - Planning', |
| 56 | + 'Development Status :: 2 - Pre-Alpha', |
| 57 | + 'Framework :: Robot Framework', |
57 | 58 | 'Intended Audience :: Developers',
|
| 59 | + 'Intended Audience :: Education', |
| 60 | + 'Intended Audience :: Science/Research', |
| 61 | + 'Intended Audience :: Telecommunications Industry', |
58 | 62 | 'License :: OSI Approved :: BSD License',
|
59 |
| - 'Operating System :: OS Independent', |
| 63 | + 'Operating System :: POSIX :: Linux', |
| 64 | + 'Programming Language :: C', |
| 65 | + 'Programming Language :: Cython', |
60 | 66 | 'Programming Language :: Python :: 3',
|
61 | 67 | 'Programming Language :: Python :: 3 :: Only',
|
62 | 68 | 'Topic :: Scientific/Engineering',
|
63 |
| - 'Framework :: Robot Framework' |
| 69 | + 'Topic :: System :: Distributed Computing', |
| 70 | + 'Topic :: System :: Hardware' |
64 | 71 | ],
|
65 |
| - keywords='arena robot ar vr robotics', |
| 72 | + keywords='arena robot ar vr robotics drone lidar vl53l5cx stm selenium jitsi video videocall conference', |
66 | 73 | entry_points = {
|
67 | 74 | 'console_scripts': ['arena-video-call-chrome=arenavideocall.scripts.arena_video_call_chrome:main'],
|
68 | 75 | },
|
|
0 commit comments