Skip to content

Instantly share code, notes, and snippets.

@jmemich
jmemich / things.txt
Created September 24, 2015 00:22
stuff for ian
import os
from setuptools import find_packages, setup
## setup.py
def main():
def read(fname):
with open(os.path.join(os.path.dirname(__file__), fname)) as _in:
return _in.read()
setup(