1 from setuptools
import setup
6 description
="A minimal 'hello world' python web server.",
8 author_email
="scottworley@scottworley.com",
9 url
="https://git.scottworley.com/hellowebpy",
10 py_modules
=['hellowebpy'],
12 entry_points
={'console_scripts': ['hellowebpy = hellowebpy:main']}
,