diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 16:15:28 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 16:15:28 +0200 |
commit | 221e12083bb28a91e9d4ec315db5cec4ee7372b0 (patch) | |
tree | 69cdfc0afa0df79ef6904e795394e8fc9fa7da3e | |
parent | Initial import of freestyle-hid. (diff) | |
download | freestyle-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.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |