Skip to content

Instantly share code, notes, and snippets.

@hdon
Created May 11, 2017 17:50
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 hdon/dfd4aefb3920c3f2759e786915db1a5b to your computer and use it in GitHub Desktop.
Save hdon/dfd4aefb3920c3f2759e786915db1a5b to your computer and use it in GitHub Desktop.
.*.sw?
/.tox
/MANIFEST
numpy
matplotlib
pandas
#!/usr/bin/env python
from distutils.core import setup
setup(name='seth', version='0.0.0', description='seth description')
[tox]
envlist=py35
[testenv]
deps =
-rrequirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment