Guest User

Untitled

a guest
Oct 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. from setuptools import setup
  2.  
  3. setup(
  4. name='setup.py',
  5. version='',
  6. packages=[''],
  7. url='',
  8. license='',
  9. author='ANS',
  10. author_email='',
  11. description=''
  12. )
Add Comment
Please, Sign In to add comment