Updated project structure and some file names.
Restored `requirements.txt` Updated `setup.py` to include new repository url and contact details. Moved the rtsp code from `record` to `stream`. Updated project structure to make it more readable and developer friendly - moved mixins to the `mixins` package, moved handlers to the `handlers` package. Moved files not belonging to anything in particular to the `util` package. Updated `camera` class to also defer login call. Deleted unused files like `config_handler`.
This commit is contained in:
6
setup.py
6
setup.py
@@ -20,9 +20,9 @@ def find_version(*file_paths):
|
||||
|
||||
# Package meta-data.
|
||||
NAME = 'reolinkapi'
|
||||
DESCRIPTION = 'Reolink Camera API written in Python 3.6'
|
||||
URL = 'https://github.com/Benehiko/ReolinkCameraAPI'
|
||||
AUTHOR_EMAIL = ''
|
||||
DESCRIPTION = 'Reolink Camera API client written in Python 3'
|
||||
URL = 'https://github.com/ReolinkCameraAPI/reolinkapipy'
|
||||
AUTHOR_EMAIL = 'alanoterblanche@gmail.com'
|
||||
AUTHOR = 'Benehiko'
|
||||
LICENSE = 'GPL-3.0'
|
||||
INSTALL_REQUIRES = [
|
||||
|
||||
Reference in New Issue
Block a user