from setuptools import setup setup( author="CS50", author_email="sysadmins@cs50.harvard.edu", classifiers=[ "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development" ], description="This is server50, a command-line script that facilitates using CS50 Server.", keywords=["server", "server50"], name="server50", scripts=["server50"], url="https://github.com/cs50/server50", version="1.0.0" )