Fixes in generate_admin_class for make independent of flask
This commit is contained in:
parent
d91b85dfa0
commit
312629238f
2 changed files with 56 additions and 16 deletions
|
|
@ -4,11 +4,10 @@ build-backend = "flit_core.buildapi"
|
|||
|
||||
[project]
|
||||
name = "paramecio2"
|
||||
version = "2.0.36"
|
||||
description = "Simple Web Framework based in flask and Mako."
|
||||
readme = "README.md"
|
||||
license = {file = "LICENSE.txt"}
|
||||
authors = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
|
||||
readme = "README.md"
|
||||
dynamic = ["version", "description"]
|
||||
|
||||
classifiers=['Development Status :: 4 - Beta',
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3",
|
||||
|
|
@ -37,9 +36,10 @@ install_requires=[
|
|||
"bleach",
|
||||
"argon2-cffi"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Home = "https://git.cuchulu.com/paramecio/paramecio2fm/"
|
||||
Documentation = "https://docs.cuchulu.com/paramecio2/"
|
||||
Source = "https://git.cuchulu.com/paramecio/paramecio2fm/"
|
||||
|
||||
[project.scripts]
|
||||
paramecio2 = "paramecio2.console:start"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue