summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-10-04 16:15:28 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-10-04 16:15:28 +0200
commit221e12083bb28a91e9d4ec315db5cec4ee7372b0 (patch)
tree69cdfc0afa0df79ef6904e795394e8fc9fa7da3e
parentInitial import of freestyle-hid. (diff)
downloadfreestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar.gz
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar.bz2
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar.lz
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar.xz
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.tar.zst
freestyle-hid-221e12083bb28a91e9d4ec315db5cec4ee7372b0.zip
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0861c2a..6b7fa64 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,6 +48,9 @@ dev =
pre-commit
setuptools_scm
+[options.package_data]
+* = py.typed
+
[options.entry_points]
console_scripts =
freestyle-hid-console = freestyle_hid.tools.hid_console:main [tools]