Before reading on, please star and fork my python module Randfunc.
Create a file named README.md
and edit it as you like (in Markdown).
setup.py
is the build script for setuptools
. It tells setuptools
about your package (such as the name and version) as well as which code files to include.
import setuptools