Skip to content

Instantly share code, notes, and snippets.

@JJJollyjim
Last active May 28, 2016 09:18
Show Gist options
  • Save JJJollyjim/85c55467e17a4200255c679fd49a693b to your computer and use it in GitHub Desktop.
Save JJJollyjim/85c55467e17a4200255c679fd49a693b to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import library
print(library.my_string)
from setuptools import setup
setup(
name = "nixops-issue",
version = "0.1",
py_modules = ['main'],
scripts = ['main.py'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment