-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
58 lines (53 loc) · 1.67 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
[metadata]
name = amazon_wishlist_pricewatch
description = Periodically check your Amazon wishlist for price reductions.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/sam0jones0/amazon_wishlist_pricewatch
author = Sam Jones
author_email = sam0jones0@gmail.com
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Framework :: Pytest
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
Topic :: Utilities
Typing :: Typed
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
keywords = amazon, wishlist, price, checker, price cut, deal
license = MIT license
project_urls =
Bug Reports=https://github.com/sam0jones0/amazon_wishlist_pricewatch/issues
Say Thanks!=https://github.com/sam0jones0/amazon_wishlist_pricewatch/stargazers
Source=https://github.com/sam0jones0/amazon_wishlist_pricewatch
[options]
zip_safe = False
setup_requires = setuptools_scm
packages = amazon_wishlist_pricewatch
python_requires = >=3.8, <4
install_requires =
beautifulsoup4
requests
[options.entry_points]
console_scripts =
pricewatch=amazon_wishlist_pricewatch.pricewatch:main
[options.extras_require]
telegram = python-telegram-bot
dev =
black
mypy
test =
pytest
[options.package_data]
amazon_wishlist_pricewatch =
config.json
[aliases]
test=pytest