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.py 261 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. from setuptools import setup, find_packages
  2. setup(name='wepy.lysozyme_test',
  3. version="0.1",
  4. packages=['wepy_lysozyme_test'],
  5. package_dir={'' : 'src'},
  6. package_data={},
  7. entry_points={
  8. 'console_scripts' : [
  9. ]}
  10. )
Tip!

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

Comments

Loading...