File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [' setuptools >= 61.0' ]
3+ build-backend = ' setuptools.build_meta'
4+
5+ [project ]
6+ name = ' opencast-camera-control'
7+ version = ' 0.1.0'
8+ authors = [
9+ {name = ' Lars Kiesow' , email = ' lkiesow@uos.de' },
10+ {name = ' Jan-Matthis Niermann' , email = ' janiermann@uos.de' }
11+ ]
12+ description = ' Automated Camera Control for Opencast'
13+ readme = {file = ' README.md' , content-type = ' text/markdown' }
14+ requires-python = " >=3.9"
15+ license = {file = ' LICENSE' }
16+ dependencies = [
17+ ' confygure>=0.1.0' ,
18+ ' prometheus-client' ,
19+ ' python-dateutil' ,
20+ ' requests'
21+ ]
22+
23+ [project .urls ]
24+ Homepage = ' https://github.com/virtUOS/opencast-camera-control'
25+ Repository = ' https://github.com/virtUOS/opencast-camera-control'
26+
27+ [project .scripts ]
28+ opencast-camera-control = ' occameracontrol.__main__:main'
Original file line number Diff line number Diff line change 1+ from setuptools import setup
2+
3+ setup ()
You can’t perform that action at this time.
0 commit comments