-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·38 lines (33 loc) · 868 Bytes
/
Copy pathsetup.cfg
File metadata and controls
executable file
·38 lines (33 loc) · 868 Bytes
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
[metadata]
name = rbcl
version = 1.1.2
author = Nth Party
author_email = team@nthparty.com
description = Python library that bundles libsodium and provides wrappers for its Ristretto group functions.
long_description = file: README.rst
license = MIT
url = https://github.com/nthparty/rbcl
[options]
zip_safe = False
package_dir =
= src
python_requires = >=3.7
packages = find:
cmdclass =
install = rbcl._sodium_build.Install
bdist_wheel = rbcl._sodium_build.BdistWheel
install_requires =
barriers~=1.1
[options.packages.find]
where=src
[options.package_data]
* = *.tmpl
[options.extras_require]
build = setuptools>=77.0; wheel~=0.45; pystache~=0.6; build~=1.3
docs = sphinx~=7.4; sphinx-rtd-theme~=3.0
test = pytest~=8.2; pytest-cov~=5.0
lint = pylint~=3.3.0
coveralls = coveralls~=4.0
publish = build~=1.3; twine~=4.0
[bdist_wheel]
universal = 1