listing18-1.py 171 B

1234567
  1. from setuptools import setup
  2. setup(name='Hello',
  3. version='1.0',
  4. description='A simple example',
  5. author='Magnus Lie Hetland',
  6. py_modules=['hello'])