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 276 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. from setuptools import setup
  2. setup(name='distributions',
  3. version='0.2',
  4. description='Gaussian and Binomial distributions',
  5. packages=['distributions'],
  6. author = "Abid Ali Awan",
  7. author_email = "abidaliawan@rocketmail.com",
  8. zip_safe=False)
Tip!

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

Comments

Loading...