mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-09 15:05:35 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8916261afd | ||
|
|
081db1ddc2 | ||
|
|
5c78598271 |
@@ -1,7 +1,8 @@
|
||||
RFC3339Nano = "%Y-%m-%dT%H:%M:%SZ"
|
||||
USER_AGENT = "rmapy"
|
||||
AUTH_BASE_URL = "https://webapp-production-dot-remarkable-production.appspot.com"
|
||||
BASE_URL = "https://document-storage-production-dot-remarkable-production.appspot.com" # noqa
|
||||
DEVICE_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/device/new"
|
||||
USER_TOKEN_URL = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/user/new"
|
||||
DEVICE_TOKEN_URL = AUTH_BASE_URL + "/token/json/2/device/new"
|
||||
USER_TOKEN_URL = AUTH_BASE_URL + "/token/json/2/user/new"
|
||||
DEVICE = "desktop-windows"
|
||||
SERVICE_MGR_URL = "https://service-manager-production-dot-remarkable-production.appspot.com" # noqa
|
||||
|
||||
2
setup.py
2
setup.py
@@ -37,7 +37,7 @@ setup(
|
||||
# For a discussion on single-sourcing the version across setup.py and the
|
||||
# project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version='0.3.0', # Required
|
||||
version='0.3.1', # Required
|
||||
|
||||
# This is a one-line description or tagline of what your project does. This
|
||||
# corresponds to the "Summary" metadata field:
|
||||
|
||||
Reference in New Issue
Block a user