compub/setup.cfg

39 lines
851 B
INI
Raw Normal View History

2022-06-27 09:08:10 +02:00
[metadata]
name = compub
version = 0.0.1
2022-06-29 11:53:42 +02:00
author = Daniil Fajnberg
author_email = mail@daniil.fajnberg.de
2022-06-27 09:08:10 +02:00
description = Company publications API
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/compub
project_urls =
Bug Tracker = https://git.fajnberg.de/daniil/compub/issues
classifiers =
2022-06-29 11:53:42 +02:00
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
2022-06-27 09:08:10 +02:00
Operating System :: OS Independent
2022-06-29 11:53:42 +02:00
Development Status :: 3 - Alpha
Framework :: AsyncIO
Framework :: FastAPI
2022-06-27 09:08:10 +02:00
[options]
package_dir =
= src
packages = find:
2022-06-29 11:53:42 +02:00
python_requires = >=3.10
2022-06-27 09:08:10 +02:00
install_requires =
2022-06-29 11:53:42 +02:00
Pydantic
FastAPI
SQLAlchemy[asyncio]
Alembic
2022-06-27 09:08:10 +02:00
[options.extras_require]
dev =
coverage
2022-06-29 11:53:42 +02:00
sqlalchemy-stubs
aiosqlite
2022-06-27 09:08:10 +02:00
[options.packages.find]
where = src