-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (33 loc) · 1.17 KB
/
setup.cfg
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
[metadata]
name = fast-file-encryption
version = attr: fast_file_encryption._about.VERSION
author = Erbsland DEV
author_email = [email protected]
description = A simple and fast asynchronous file encryption library for large files and data streams.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/erbsland-dev/fast-file-encryption
project_urls =
Documentation=https://erbsland-dev.github.io/fast-file-encryption/
Source=https://github.com/erbsland-dev/fast-file-encryption
Issues=https://github.com/erbsland-dev/fast-file-encryption/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Topic :: Security
[options]
package_dir =
=src
packages = find:
python_requires = >=3.9
install_requires =
cryptography >= 40.0.1
[options.packages.find]
where = src