This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
/
setup.cfg
73 lines (64 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name=django-th
description="The bus for your internet services"
author=FoxMaSk
author_email=foxmask protonmail
maintainer=FoxMaSk
maintainer_email=foxmask protonmail
version=attr: django_th.__version__
url=https://github.com/push-things/django-th
download_url="https://github.com/push-things/django-th/archive/trigger-happy-" + version + ".zip"
packages=find_packages()
long_description=file: README.rst
license= BSD License
keywords=django-th, microservices, twitter, mastodon, github, joplin, rss, evernote, pocket, wallabag, pelican, pushbullet, trello, reddit, trello
classifiers=
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.1
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet
Topic :: Communications
Topic :: Database
[options]
zip_safe=false
include_package_data=true
install_requires=
joplin-api==1.2.2
djangorestframework>=3.7.7,<4.0
django-filter
Django>=2.0,<3.0
django-formtools==2.1
arrow
django-js-reverse
django-redis
requests-oauthlib
pypandoc==1.4
django-environ
evernote3
pytidylib==0.3.2
github3.py
Mastodon.py
awesome-slugify
pocket
pushbullet.py
praw
feedparser==5.2.1
python-taiga
todoist-python
py-trello
pytz
PyTumblr
twython
[options.packages.find]
exclude=
tests
[flake8]
max-line-length=120
exclude=migrations,*settings*.py,feedsservice,.tox,build,from_*