Skip to content

Instantly share code, notes, and snippets.

@JJJollyjim
Last active May 28, 2016 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JJJollyjim/de3541f341153d33765cb0a162790454 to your computer and use it in GitHub Desktop.
Save JJJollyjim/de3541f341153d33765cb0a162790454 to your computer and use it in GitHub Desktop.
my_string = "Hello, World"
from setuptools import setup
setup(
name = "library",
version = "0.1",
py_modules = ['library'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment