mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 23:55:52 +00:00
Refactor project structure
Add version, multiple configs and pyproject
This commit is contained in:
16
beflask/__init__.py
Normal file
16
beflask/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
from ._version import __version__
|
||||
|
||||
__author__ = "Ricardo Montañana Gómez"
|
||||
__copyright__ = "Copyright 2020-2023, Ricardo Montañana Gómez"
|
||||
__license__ = "MIT License"
|
||||
__author_email__ = "ricardo.montanana@alu.uclm.es"
|
||||
__status__ = "Development"
|
||||
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"__author__",
|
||||
"__copyright__",
|
||||
"__license__",
|
||||
"__author_email__",
|
||||
"__status__",
|
||||
]
|
Reference in New Issue
Block a user