Techdocs / setup.cfg
HemanthSai7's picture
setup files
01df4b3
raw
history blame
212 Bytes
[metadata]
name = techdocs
version = 0.0.1
[options]
packages = techdocs
install_requires =
requests
python_version >= "3.8.*"
[options.entry_points]
console_scripts =
techdocs = techdocs.cli:main