01df4b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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