john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

Add a setup.py #54

Open john-science opened 4 years ago

john-science commented 4 years ago

Even though this is really designed to be run from repl, it might be nice to have a setup.py.

We don't have any dependencies, so we don't need a requirements.txt.

But, if nothing else, setup.py is a standard way to tell people what version of Python they need to run.