-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (34 loc) · 1.03 KB
/
Copy pathsetup.cfg
File metadata and controls
36 lines (34 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = rfdom
version = 0.0.2
author = douxxtech
author_email = douxx@douxx.tech
description = Hardware random number generator using RTL-SDR radio frequency noise
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/douxxtech/rfdom
project_urls =
Bug Tracker = https://github.com/douxxtech/rfdom/issues
Documentation = https://github.com/douxxtech/rfdom
Source Code = https://github.com/douxxtech/rfdom
license = GPLv3
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Security :: Cryptography
Topic :: System :: Hardware
[options]
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.19.0
[options.packages.find]
exclude =
examples*
tests*