-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
38 lines (34 loc) · 962 Bytes
/
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
36
37
38
[metadata]
name = pyben
long_description_content_type = text/markdown
long_description = file: README.md
description = Functions for encoding and decoding bencode.
license_file = LICENSE
version = 3.3
classifiers =
Environment :: Console
Development Status :: 3 - Alpha
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Intended Audience :: End Users/Desktop
Intended Audience :: Developers
Topic :: Utilities
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: Apache Software License
url = https://github.com/alexpdev/pyben
author = alexpdev
author_email = [email protected]
[options]
packages = find:
include_package_data = True
zip_safe = False
setup_requires =
setuptools
wheel
[bdist_wheel]
universal=1
[aliases]
test=pytest