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 677 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
  1. [metadata]
  2. name = rxitect
  3. version = 1.0.0
  4. author = Julius Cathalina
  5. author_email = j.e.j.cathalina@umail.leidenuniv.nl
  6. description = De-novo Drug Design using Deep Reinforcement Learning guided by Retrosynthetic Accessibility scores.
  7. long_description = file: README.md
  8. long_description_content_type = text/markdown
  9. url = https://github.com/naisuu/rxitect
  10. project_urls =
  11. Bug Tracker = https://github.com/naisuu/rxitect/issues
  12. classifiers =
  13. Programming Language :: Python :: 3
  14. License :: OSI Approved :: MIT License
  15. Operating System :: OS Independent
  16. [options]
  17. package_dir =
  18. = src
  19. packages = find:
  20. python_requires = >=3.7
  21. [options.packages.find]
  22. where = src
Tip!

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

Comments

Loading...