-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (42 loc) · 1.29 KB
/
Copy pathsetup.cfg
File metadata and controls
46 lines (42 loc) · 1.29 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
37
38
39
40
41
42
43
44
45
46
[metadata]
name = dirac-hashes
description = Quantum-Resistant Cryptographic Hash Functions
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: C
Topic :: Security :: Cryptography
keywords = cryptography, post-quantum, hash-functions, signatures
url = https://github.com/yourusername/dirac-hashes
project_urls =
Bug Reports = https://github.com/mk0dz/dirac-hashes/issues
Source = https://github.com/mk0dz/dirac-hashes
Documentation = https://dirac-hashes.vercel.app/
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.18.0; python_version<"3.10"
numpy>=1.21.0; python_version>="3.10"
scipy>=1.4.0; python_version<"3.10"
scipy>=1.8.0; python_version>="3.10"
numba>=0.50.0
[options.packages.find]
where = src
[bdist_wheel]
universal = 0
[build_ext]
inplace = 1