-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (37 loc) · 983 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
39
40
[metadata]
name = paleta
version = attr: paleta.version.VERSION
description = Palette Extraction and Management Tool for Game Assets Experimentation
long_description = file: README.md
long_description_content_type = text/markdown
author = Abhishta Gatya
author_email = abhishtagatya@yahoo.com
url = https://github.com/abhishtagatya/paleta
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Topic :: Artistic Software
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Homepage = https://github.com/abhishtagatya/paleta
Change Log = https://github.com/abhishtagatya/paleta/CHANGELOG.md
[options]
packages = find:
python_requires = >=3.8
zip_safe = True
include_package_data = True
install_requires =
pillow==10.2.0
requests~=2.31.0
[options.packages.find]
exclude =
tests
tests.*
docs
docs.*
out
out.*
data
data.*