diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-15 17:13:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 17:13:53 +0300 |
| commit | 616b715e5329dab505f8d92f06b8a13f14aaab86 (patch) | |
| tree | 1d7fa8bc54c48121ce0b16871f79c146942ea427 /.gitignore | |
| parent | 8da638260f689d7a3ee4a88c9435ef3e4a37a604 (diff) | |
Implement setuptools integration, fixes #2 (#7)
* Initial setup.py
* Add .gitignore
* Add setuptools entrypoint support
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d35cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.pyc |
