source: ammosreader/setup.cfg@ e3e89c2

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

missing files added and minor pip fixes

  • Property mode set to 100644
File size: 1.1 KB
Line 
1[metadata]
2name = ammosreader
3description = ammosreader: tool to parse R&S Ammos files
4long_description = file: README.md
5long_description_content_type = text/text
6url = http://gitlab.kid.local/kidzg/ammosreader
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 =
24 Source=http://gitlab.kid.local/kidzg/ammosreader
25
26[options]
27packages =
28 ammosreader
29
30install_requires =
31 numpy>=1.22.2
32 setuptools>=52.0.0
33python_requires = >=3.8
34package_dir =
35 =src
36setup_requires =
37 setuptools
38 setuptools-scm>=6.0
39zip_safe = no
40
41[options.extras_require]
42testing =
43 pytest
44
45[build_sphinx]
46source_dir = doc/
47build_dir = doc/build
48all_files = 1
Note: See TracBrowser for help on using the repository browser.