123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- [metadata]
- name = fastapi-note
- url = https://github.com/jianboy/flask-note
- license = MIT
- author = lyq
- author_email = liuyuqi.gov@msn.cn
- maintainer = lyq
- maintainer_email = liuyuqi.gov@msn.cn
- description = fastapi cms
- [options]
- packages = find:
- package_dir = = src
- include_package_data = true
- python_requires = >= 3.8
- [options.packages.find]
- where = apps
- [tool:pytest]
- testpaths = tests
- [flake8]
- select = B, E, F, W, B9, ISC
- ignore =
-
- E203
-
- E402
-
- E501
-
- E722
-
- W503
- max-line-length = 80
|