-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
34 lines (31 loc) · 971 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
34
[metadata]
name = simple_revert
version = 1.2.0
author = Ilya Zverev
author_email = [email protected]
description = CLI tool and library to revert changes in OpenStreetMap
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE.md
url = https://github.com/Zverik/simple-revert
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Information Technology
Intended Audience :: Customer Service
Operating System :: OS Independent
License :: OSI Approved :: ISC License (ISCL)
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
[options]
packages = simple_revert
python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*
install_requires =
requests
cli-oauth2
[options.entry_points]
console_scripts =
simple_revert = simple_revert.simple_revert:main
restore_version = simple_revert.restore_version:main
[bdist_wheel]
universal=1