AmmosSource
guix
Last change
on this file since d88bd02 was d88bd02, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago |
directory structure changed to reflect pip package structure
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | [metadata]
|
---|
2 | name = oai
|
---|
3 | description = oai: provide metadata and payload using oai-mph
|
---|
4 | long_description = file: README.md
|
---|
5 | long_description_content_type = text/text
|
---|
6 | url = http://gitlab.kid.local/kidzg/ammosreader
|
---|
7 | author = KIDZg
|
---|
8 | license = UNKNOWN
|
---|
9 | license_file = LICENSE
|
---|
10 | platforms = linux
|
---|
11 | classifiers =
|
---|
12 | Development Status :: 5 - Stable
|
---|
13 | Intended Audience :: Developers
|
---|
14 | Operating System :: POSIX
|
---|
15 | Programming Language :: Python :: 3
|
---|
16 | Programming Language :: Python :: 3 :: Only
|
---|
17 | Programming Language :: Python :: 3.7
|
---|
18 | Programming Language :: Python :: 3.8
|
---|
19 | Programming Language :: Python :: 3.9
|
---|
20 | Programming Language :: Python :: 3.10
|
---|
21 | Topic :: Utilities
|
---|
22 | keywords = metadata
|
---|
23 | project_urls =
|
---|
24 | Source=http://gitlab.kid.local/kidzg/ammosreader
|
---|
25 |
|
---|
26 | [options]
|
---|
27 | packages =
|
---|
28 | ammosreader
|
---|
29 |
|
---|
30 | install_requires =
|
---|
31 | numpy>=1.22.2
|
---|
32 | setuptools>=52.0.0
|
---|
33 | python_requires = >=3.8
|
---|
34 | package_dir =
|
---|
35 | =src
|
---|
36 | setup_requires =
|
---|
37 | setuptools
|
---|
38 | setuptools-scm>=6.0
|
---|
39 | zip_safe = no
|
---|
40 |
|
---|
41 | [options.extras_require]
|
---|
42 | testing =
|
---|
43 | pytest
|
---|
44 |
|
---|
45 | [build_sphinx]
|
---|
46 | source_dir = doc/
|
---|
47 | build_dir = doc/build
|
---|
48 | all_files = 1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.