forked from dipu-bd/lightnovel-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (57 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
[metadata]
name = lightnovel-crawler
url = https://github.com/dipu-bd/lightnovel-crawler
license = Apache 2.0
license_file = LICENSE
description = Crawls light novels and make html, text, epub, mobi, pdf and docx
long_description = file: README.pip
long_description_content_type = text/markdown
author = Sudipto Chandra
author_email = dipu.sudipta@gmail.com
platforms =
Linux
macOS
Windows
keywords =
lightnovel
crawler
lncrawl
download
ebook
novel
pdf
epub
mobi
kindle
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Natural Language :: English
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Games/Entertainment
Topic :: Internet :: WWW/HTTP
Topic :: Multimedia :: Graphics
Topic :: Printing
Topic :: Text Processing :: Markup :: HTML
project_urls =
Code = https://github.com/dipu-bd/lightnovel-crawler
Issue tracker = https://github.com/dipu-bd/lightnovel-crawler/issues
Documentation = https://github.com/dipu-bd/lightnovel-crawler/blob/master/README.md
Say Thanks! = https://saythanks.io/to/dipu-bd
[options]
python_requires = >= 3.5
include_package_data = True
packages = lncrawl
package_dir =
lncrawl = src
[options.entry_points]
console_scripts =
lncrawl = lncrawl:main
lightnovel-crawler = lncrawl:main