author | Claudio Luck <claudio.luck@pep.foundation> |
Thu, 19 Mar 2020 16:47:39 +0100 | |
changeset 65 | d659b8c2ed22 |
parent 62 | 00a196f8d14a |
parent 51 | 34b48b90628c |
permissions | -rw-r--r-- |
45
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
1 |
[sdist] |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
2 |
formats=gztar |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
3 |
|
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
4 |
[metadata] |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
5 |
name = yml2 |
62 | 6 |
version = 2.6.4 |
45
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
7 |
author = Volker Birk |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
8 |
author_email = vb@pep-project.org |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
9 |
url = https://pep.foundation/dev/repos/yml2/ |
62 | 10 |
license = GPL-2.0 |
11 |
license_file = COPYING.txt |
|
12 |
description-file = README.rst |
|
45
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
13 |
|
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
14 |
[options] |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
15 |
packages = yml2 |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
16 |
scripts = |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
17 |
yml2c |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
18 |
yml2proc |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
19 |
include_package_data = True |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
20 |
zip_safe = False |
4ac3bb01f0bc
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents:
diff
changeset
|
21 |
install_requires = lxml |
62 | 22 |