diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | setup.py | 8 | ||||
-rw-r--r-- | szilagyi/nomogram.py (renamed from plot.py) | 0 |
3 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,4 @@ __pycache__/ .venv/ +*.egg-info/ +build*/ diff --git a/setup.py b/setup.py new file mode 100755 index 0000000..d488731 --- /dev/null +++ b/setup.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +from setuptools import setup + +setup( + name="szilagyi", + packages=["szilagyi"], +) diff --git a/plot.py b/szilagyi/nomogram.py index eb2665d..eb2665d 100644 --- a/plot.py +++ b/szilagyi/nomogram.py |