Skip to content

Commit b158f2d

Browse files
committed
configuration for pypi
1 parent f4c6363 commit b158f2d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.tox
22
.idea
33
.coverage
4+
.pypirc
45

56

67
# Byte-compiled / optimized / DLL files
@@ -59,4 +60,4 @@ docs/_build/
5960
target/
6061

6162
# ipython notebook
62-
.ipynb_checkpoints
63+
.ipynb_checkpoints

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

0 commit comments

Comments
 (0)