aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@jbernard.io> 2018-09-14 12:11:55 -0400
committerGravatar Jon Bernard <jbernard@jbernard.io> 2018-09-14 12:11:55 -0400
commit3fab5f723bc513e8467b15b2200a7cc63176dee1 (patch)
tree789c13c565435328bc2785fcde307712cd7b890c /setup.cfg
parenta1b2751749063f6aeb0f88bd60cc090528347272 (diff)
downloaddotfiles-3fab5f723bc513e8467b15b2200a7cc63176dee1.tar.gz
dotfiles-3fab5f723bc513e8467b15b2200a7cc63176dee1.tar.bz2
dotfiles-3fab5f723bc513e8467b15b2200a7cc63176dee1.zip
Update setup configuration
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index afcd5fb..c95c79d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,11 @@
[aliases]
test = pytest
+[metadata]
+license_file = LICENSE.md
+
[tool:pytest]
-testpaths = tests
+addopts = --pep8 --flakes
-[wheel]
+[bdist_wheel]
universal = 1