AmmosSource
guix
Last change
on this file since ec7df22 was ec7df22, checked in by recknagel <recknagel@…>, 3 years ago |
final bugfix to imports
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[d88bd02] | 1 | [metadata]
|
---|
[0da6808] | 2 | name = ammosreader
|
---|
| 3 | description = ammosreader: tool to parse R&S Ammos files
|
---|
[d88bd02] | 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 =
|
---|
[ec7df22] | 31 | numpy==1.21
|
---|
[d88bd02] | 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.