summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-23 17:00:36 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2017-09-23 17:09:03 +0200
commitc91cf2edcd20ab29d5693003387a627210fe9f0e (patch)
tree24ab5e2c3c2b1562e53ff5ecacdc537885ecee87 /setup.cfg
parent8ec310028e6ba4efeb794f4b28f625a525dec427 (diff)
Modernize and update installation files
Preparation for adding to PyPI. Switch to setuptools and add a bunch more metadata. Use semantic versioning (http://semver.org).
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..f83635a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[bdist_wheel]
+# We support both Python 2 and Python 3
+universal=1