-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (45 loc) · 1.43 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = destiny2autofishing
version = attr: destiny2autofishing.version
license = MIT License
license_files = license.txt
description = A tool for automatic fishing in Destiny 2
platforms = Windows
download_url = https://github.com/Prometheus3375/destiny2-auto-fishing/releases/latest
long_description = file: readme.md, changelog.md, license.md
long_description_content_type = text/markdown
author = Prometheus3375
author_email = prometheus3375@gmail.com
project_urls =
"Homepage"="https://github.com/Prometheus3375/destiny2-auto-fishing"
"Bug tracker"="https://github.com/Prometheus3375/destiny2-auto-fishing/issues"
keywords =
macros
script
destiny2
destiny-2
destiny-2-script
fishing
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.11
Topic :: Games/Entertainment :: First Person Shooters
Typing :: Typed
[options]
; What zip_safe flag means https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html
zip_safe = False
packages = find:
python_requires = ~= 3.11.4
install_requires = file: requirements.txt
[options.packages.find]
where = .
include = destiny2autofishing*
[options.package_data]
destiny2autofishing.predefined =
*.png
*.toml