-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
29 lines (29 loc) · 1.09 KB
/
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
[metadata]
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: System Administrators
Intended Audience :: Developers
License :: OSI Approved
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Systems Administration
Topic :: Utilities
[options]
python_requires = >=3.10
[options.entry_points]
console_scripts =
partial-reset-wiki = miraheze.salt.mwcli.partial_reset_wiki:main
rename-wiki = miraheze.salt.mwcli.rename_wiki:main
fix-container-perms = miraheze.swift.fix_container_permissions:main