-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc header fixes * remove old docs * fix static path error * fix static path error * refresh logo * fix build errors, update changes * update version * fix build errors, update changes * update version * add DS_Store to git ignore
- Loading branch information
1 parent
fc545ea
commit efba682
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ docs/_build/ | |
tests/instance/ | ||
example/instance/ | ||
_tool.py | ||
.DS_Store | ||
*/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[project] | ||
name = "flask-imp" | ||
version = "5.4.0" | ||
version = "5.5.0" | ||
description = 'A Flask auto importer that allows your Flask apps to grow big.' | ||
authors = [{ name = "David Carmichael", email = "[email protected]" }] | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
license = { file = "LICENSE.txt" } | ||
classifiers = [ | ||
'Development Status :: 5 - Production/Stable', | ||
'Environment :: Web Environment', 'Intended Audience :: Developers', | ||
|