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 466 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
27
  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. # packages = find:
  9. install_requires =
  10. ensure==1.0.2
  11. python_requires = >=3.7
  12. [options.extras_require]
  13. testing =
  14. pytest>=7.1.3
  15. mypy>=0.971
  16. flake8>=5.0.4
  17. tox>=3.25.1
  18. black>=22.8.0
  19. [options.package_data]
  20. deepClassifier = py.typed
  21. [flake8]
  22. # max-line-length = 160
  23. exclude = __init__.py
Tip!

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

Comments

Loading...