Skip to content

Commit

Permalink
changes to plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlouden committed Oct 23, 2017
2 parents 4460c43 + 918e3ee commit 493e1f4
Show file tree
Hide file tree
Showing 65 changed files with 3,017 additions and 387 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ dist/
*.ipynb_checkpoints
*~
out
dist/*
dist
14 changes: 14 additions & 0 deletions .pypirc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[distutils]
index-servers =
pypi
pypitest

[pypi]
repository=https://pypi.python.org/pypi
username=tomlouden
password=n00bishly

[pypitest]
repository=https://testpypi.python.org/pypi
username=tomlouden
password=n00bishly

0 comments on commit 493e1f4

Please sign in to comment.