From c91cf2edcd20ab29d5693003387a627210fe9f0e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 23 Sep 2017 17:00:36 +0200 Subject: 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). --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 -- cgit v1.2.3