Added new files for new package format for pip

This commit is contained in:
Antonio de la Rosa 2024-05-30 01:02:52 +02:00
parent f4199d5ad3
commit 07b0577d91
2 changed files with 42 additions and 1 deletions

42
pyproject.toml Normal file
View file

@ -0,0 +1,42 @@
name = "paramecio2"
version = "2.0.36"
description = "Simple Web Framework based in flask and Mako."
readme = "README.md"
license = {file = "LICENSE.txt"}
maintainers = [{name = "Antonio de la Rosa", email = "antonio.delarosa@salirdelhoyo.com"}]
classifiers=['Development Status :: 4 - Beta',
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
requires-python = ">=3.9"
install_requires=[
"flask",
"pymysql",
"sqlalchemy",
"coloram"',
"python-slugify",
"mako",
"pillow",
"arrow",
"bleach",
"argon2-cffi"
]
[project.urls]
Documentation = "https://docs.cuchulu.com/paramecio2/"
Source = "https://git.cuchulu.com/paramecio/paramecio2fm/"
[project.scripts]
paramecio2 = "paramecio2.console:start"
paramecio2db = "parmecio2.libraries.db.dbadmin:start"

View file

@ -38,7 +38,6 @@ setup(name='paramecio2',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Application Frameworks',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.11',