summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 5edcbfb11d6242e498b97fda39ed44b2302efd3f (plain)
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
[metadata]
name = tirante
author = David Luevano Alvarado
author_email = david@luevano.xyz
summary = A (wannabe) manga download manager
description_file = README.md
license = GPLv3
home_page = https://github.com/luevano/tirante
classifiers =
	Programming Language :: Python :: 3
	License :: OSI Approved :: GNU General Public License v3 (GPLv3)
    Operating System :: Microsoft :: Windows
keywords =
	python
    manga
    download
    manager

[files]
packages =
	tirante

[bdist_wheel]
universal = 0

[entry_points]
console_scripts =
	tirante = tirante:main

[options]
package_dir =
	= src
packages = find:
include_package_data = True

[options.packages.find]
where = src