blob: 219b6a10cef9e7fefafcc489b79d395fb7e47b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[metadata]
name = wikijscmd-markpowers
version = 0.2.0
author = Mark Powers
author_email = mark@marks.kitchen
description = A command line interface client for wiki.js
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Mark-Powers/wikijscmd
project_urls =
Bug Tracker = https://github.com/Mark-Powers/wikijscmd/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= wikijscmd
packages = find:
python_requires = >=3.6
[options.packages.find]
where=wikijscmd
[options.entry_points]
console_scripts =
wikijscmd = wikijscmd.cli:cli
|