Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
onkyrimote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Konrad Mohrfeldt
onkyrimote
Commits
7e24bf6e
Commit
7e24bf6e
authored
4 years ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
fix project short description
parent
45d4d31f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
7e24bf6e
# onkyrimote
A python-library and command line utility for controlling O
NKYO
receivers that support the
analog
RI protocol.
A python-library and command line utility for controlling O
nkyo
receivers that support the RI protocol.
## Installation
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7e24bf6e
...
...
@@ -16,7 +16,7 @@ except FileNotFoundError:
setup
(
name
=
"
onkyrimote
"
,
version
=
__version__
,
description
=
"
Python library and command line utility for controlling O
NKYO
receivers through the
analog
RI protocol.
"
,
description
=
"
Python library and command line utility for controlling O
nkyo
receivers through the RI protocol.
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
url
=
"
https://github.com/kmohrf/onkyrimote
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment