-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8df5b7b
commit f864e21
Showing
22 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[project] | ||
name = "keyszer" | ||
version = "0.4.99" | ||
description = "A smart, flexible key remapper for Linux/X11." | ||
keywords = [ | ||
"keymapper" | ||
] | ||
maintainers = [ | ||
{ name = "Josh Goebel", email = "[email protected]" } | ||
] | ||
readme = "README.md" | ||
license.file = "LICENSE" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3" | ||
] | ||
|
||
[project.urls] | ||
Home-page = "https://github.com/jgoebel/keyszer" | ||
|
||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[metadata] | ||
platforms = | ||
linux | ||
project_urls = | ||
Bug Tracker = https://github.com/jgoebel/keyszer/issues | ||
|
||
[options] | ||
packages = find: | ||
package_dir= | ||
=src | ||
install_requires = | ||
evdev | ||
python-xlib | ||
inotify_simple | ||
appdirs | ||
ordered_set | ||
# is this right, I really have no idea? | ||
dev_requires = | ||
pytest | ||
pytest-asyncio | ||
looptime | ||
[options.packages.find] | ||
where=src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
from .info import __version__ # , __name__ | ||
|
||
VERSION = __version__ |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.