source: ammosreader/setup.cfg@ 06043fb

AmmosSource guix
Last change on this file since 06043fb was 06043fb, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

discard setuptools-scm due to versioning problems

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[d88bd02]1[metadata]
[0da6808]2name = ammosreader
3description = ammosreader: tool to parse R&S Ammos files
[d88bd02]4long_description = file: README.md
5long_description_content_type = text/text
[06043fb]6url = http://gitlab.kokyou.de/enno/ammosreader
[d88bd02]7author = KIDZg
8license = UNKNOWN
9license_file = LICENSE
10platforms = linux
11classifiers =
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
22keywords = metadata
23project_urls =
[06043fb]24 Source=http://gitlab.kokyou.de/enno/ammosreader
[d88bd02]25
26[options]
27packages =
28 ammosreader
29
30install_requires =
[ec7df22]31 numpy==1.21
[d88bd02]32 setuptools>=52.0.0
[5e84106]33python_requires = >=3.9
[d88bd02]34package_dir =
35 =src
36setup_requires =
37 setuptools
38zip_safe = no
39
40[options.extras_require]
41testing =
42 pytest
43
44[build_sphinx]
45source_dir = doc/
46build_dir = doc/build
47all_files = 1
Note: See TracBrowser for help on using the repository browser.