forked from ubffm/ojs_updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (27 loc) · 800 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
[metadata]
name = ojs_updater
version = 0.1.0
description = Simple script to update multiple ojs instances on the same system.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ubffm/ojs_updater
author = UB Frankfurt a. M.
author_email = ublabs@ub.uni-frankfurt.de
license = MPL 2.0
platforms = linux
classifiers =
Development Status :: 4 - Beta
Environment :: Console
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: POSIX :: Linux
[options]
packages = find:
python_requires = >=3.6
install_requires=
packaging == 21.0
PyYAML == 5.4.1
zc.lockfile == 2.0
schema == 0.7.4
[options.entry_points]
console_scripts =
ojs_updater = ojs_updater.ojs_update:main