Techdocs / setup.cfg
mayureshagashe2105's picture
Add packaging setup
e2937e5
raw
history blame
182 Bytes
[metadata]
name = techdocs
version = 0.1.0
[options]
packages = techdocs
install_requires =
requests
[options.entry_points]
console_scripts =
techdocs = techdocs.cli:main