File tree Expand file tree Collapse file tree 2 files changed +35
-28
lines changed
Expand file tree Collapse file tree 2 files changed +35
-28
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,38 @@ ensure_newline_before_comments = true
2525line_length = 100
2626skip = [" .ipython" ]
2727remove_redundant_aliases = true
28+
29+ [project ]
30+ name = " python-inoreader"
31+ version = " 0.4.7"
32+ description = " Python wrapper of Inoreader API"
33+ authors = [
34+ {
name =
" Linusp" ,
email =
" [email protected] " },
35+ ]
36+ dependencies = [
37+ " lxml" ,
38+ " requests" ,
39+ " PyYAML" ,
40+ " click" ,
41+ " requests-oauthlib" ,
42+ " flask" ,
43+ " tabulate" ,
44+ ]
45+ requires-python = " >=3.6"
46+ readme = " README.md"
47+ license = {text = " MIT" }
48+ classifiers = [
49+ " License :: OSI Approved :: MIT License" ,
50+ " Programming Language :: Python" ,
51+ " Programming Language :: Python :: 3" ,
52+ ]
53+
54+ [build-system ]
55+ requires = [" setuptools" , " wheel" ]
56+ build-backend = " setuptools.build_meta"
57+
58+ [project .scripts ]
59+ inoreader = " inoreader.main:main"
60+
61+ [project .urls ]
62+ Homepage = " https://github.com/Linusp/python-inoreader"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments