Skip to content

Commit 64b393a

Browse files
committed
Replace README.rst with README.md
1 parent c6090df commit 64b393a

File tree

4 files changed

+28
-29
lines changed

4 files changed

+28
-29
lines changed

MANIFEST.in

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
include README.rst
2-
include LICENSE
3-
41
# The _ecodes extension module source file needs to be generated against the
52
# evdev headers of the running kernel. Refer to the 'build_ecodes' distutils
63
# command in setup.py.
7-
exclude evdev/ecodes.c
4+
exclude evdev/ecodes.c

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# *evdev*
2+
3+
This package provides bindings to the generic input event interface in
4+
Linux. The *evdev* interface serves the purpose of passing events
5+
generated in the kernel directly to userspace through character devices
6+
that are typically located in `/dev/input/`.
7+
8+
This package also comes with bindings to *uinput*, the userspace input
9+
subsystem. *Uinput* allows userspace programs to create and handle input
10+
devices that can inject events directly into the input subsystem.
11+
12+
Documentation:
13+
14+
: <http://python-evdev.readthedocs.io/en/latest/>
15+
16+
Development:
17+
18+
: <https://github.com/gvalkov/python-evdev>
19+
20+
Package:
21+
22+
: <http://pypi.python.org/pypi/evdev>
23+
24+
Changelog:
25+
26+
: <http://python-evdev.readthedocs.io/en/latest/changelog.html>

README.rst

-24
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "evdev"
77
version = "1.6.1"
88
description = "Bindings to the Linux input handling subsystem"
99
keywords = ["evdev", "input", "uinput"]
10-
readme = "README.rst"
10+
readme = "README.md"
1111
license = {file = "LICENSE"}
1212
requires-python = ">=3.6"
1313
authors = [

0 commit comments

Comments
 (0)