File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 41
41
ProjectLink (
42
42
"Issue Tracker" , "https://github.com/pallets-eco/flask-sqlalchemy/issues/"
43
43
),
44
- ProjectLink ("Website" , "https://palletsprojects.com/" ),
45
- ProjectLink ("Twitter" , "https://twitter.com/PalletsTeam" ),
46
44
ProjectLink ("Chat" , "https://discord.gg/pallets" ),
47
45
]
48
46
}
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = flaskr
3
3
version = attr: flaskr.__version__
4
- url = https://flask-sqlalchemy.palletsprojects.com/
5
4
author = Pallets
6
5
author_email = contact@palletsprojects.com
7
6
license = BSD-3-Clause
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ dependencies = [
23
23
24
24
[project .urls ]
25
25
Donate = " https://palletsprojects.com/donate"
26
- Documentation = " https://flask-sqlalchemy.palletsprojects.com "
27
- Changes = " https://flask-sqlalchemy.palletsprojects.com /changes/"
26
+ Documentation = " https://flask-sqlalchemy.readthedocs.io "
27
+ Changes = " https://flask-sqlalchemy.readthedocs.io /changes/"
28
28
Source = " https://github.com/pallets-eco/flask-sqlalchemy/"
29
29
Chat = " https://discord.gg/pallets"
30
30
You can’t perform that action at this time.
0 commit comments