[project] name = "middleware" version ="0.1" authors = [ { name="RemiZOffAlex", email="remizoffalex@gmail.com" }, ] maintainers = [ { name="RemiZOffAlex", email="remizoffalex@gmail.com" }, ] description = "Middleware" requires-python = ">=3.10" classifiers = [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", "Programming Language :: Formal", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", # "Topic :: Software Development :: Code Generators", # "Topic :: Software Development :: Compilers", "Topic :: Software Development :: Libraries", ] keywords = ["middleware"] #dependencies = [ # "fabric", # "dsl", # "invoke", # "jsonrpc@git+https://gitlab.com/RemiZOffAlex/jsonrpc", # "validator@git+https://gitlab.com/RemiZOffAlex/validator", #] [build-system] requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [tool.flit.sdist] include = [] exclude = []