forked from VWS-Python/vws-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (37 loc) · 961 Bytes
/
Copy pathsetup.cfg
File metadata and controls
42 lines (37 loc) · 961 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
39
40
41
42
[flake8]
exclude=./.eggs,
./build/,
[bdist_wheel]
universal = 1
[metadata]
name = VWS Python
description = Interact with the Vuforia Web Services (VWS) API.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = vuforia client
license = MIT License
license_file = LICENSE
classifiers =
Operating System :: POSIX
Environment :: Web Environment
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Development Status :: 5 - Production/Stable
url = https://vws-python.readthedocs.io
author = Adam Dangoor
author_email = adamdangoor@gmail.com
[options]
zip_safe = False
include_package_data = True
# Avoid dependency links because they are not supported by Read The Docs.
#
# Also, they require users to use ``--process-dependency-links``.
dependency_links =
package_dir=
=src
packages=find:
[options.packages.find]
where=src
[options.package_data]
vws =
py.typed