-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (31 loc) · 919 Bytes
/
setup.cfg
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
29
30
31
32
33
[metadata]
name = wikit
author = Noah Ginsburg
author_email = [email protected]
url = https://github.com/ginsburgnm/wikit
description = wikit python clone
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLV3
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = find:
scripts =
bin/wikit
[versioneer]
VCS = git
style = pep440
versionfile_source = libwikit/_version.py
versionfile_build = libwikit/_version.py
tag_prefix =
parentdir_prefix = libwikit