-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move code * consistency * classifiers * formatting * docs * safestring back to class * docs * no dataclass * type * str
- Loading branch information
1 parent
0e92bbd
commit 9806dc5
Showing
8 changed files
with
309 additions
and
288 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
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,12 +1,26 @@ | ||
[tool.poetry] | ||
name = "simple-html" | ||
version = "0.7.0" | ||
version = "1.0.0" | ||
readme = "README.md" | ||
description = "Template-less html rendering in Python" | ||
authors = ["Keith Philpott <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/keithasaurus/simple_html" | ||
keywords = ["html"] | ||
keywords = ["html", "type hints"] | ||
classifiers = [ | ||
'Development Status :: 5 - Production/Stable', | ||
'Environment :: Console', | ||
'Environment :: MacOS X', | ||
'Environment :: Web Environment', | ||
'Intended Audience :: Developers', | ||
'Operating System :: MacOS', | ||
'Operating System :: Microsoft :: Windows', | ||
'Operating System :: POSIX :: Linux', | ||
'Operating System :: Unix', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
'Topic :: Utilities', | ||
'Typing :: Typed' | ||
] | ||
|
||
|
||
[tool.poetry.dependencies] | ||
|
Oops, something went wrong.