Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

setup.cfg 443 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. [metadata]
  2. license = MIT
  3. license_file = LICENSE
  4. classifier =
  5. Programming Language :: Python:: 3.8
  6. Operating System :: OS Independent
  7. [options]
  8. install_requires =
  9. ensure==1.0.2
  10. python_requires = >=3.7
  11. [options.extras_require]
  12. testing =
  13. pytest>=7.1.3
  14. mypy>=0.971
  15. flake8>=5.0.4
  16. tox>=3.25.1
  17. black>=22.8.0
  18. [options.package_data]
  19. deppClassifier = py.typed
  20. [flake8]
  21. max-line-length = 160
  22. exclude = __init__.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...