-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (44 loc) · 1.81 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Module
# setup.cfg
# Copyright
# Copyright (C) 2019 - 2024 Vladimir Roncevic <[email protected]>
# gen_rpc is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# gen_rpc is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
# Info
# Defined setup for package gen_rpc.
#
[metadata]
name = gen_rpc
version = 1.0.3
author = Vladimir Roncevic
author_email = [email protected]
description = RPC Code Generator
license=GPL 2019 - 2024 Free software to use and distributed it.
long_description = file: README.md
long_description_content_type = text/markdown
keywords=rpc, code generator, skeleton
platforms = any
url = https://vroncevic.github.io/gen_rpc
classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.10
install_requires=
ats-utilities