aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2019-02-21 22:15:51 +0100
committerMartin Vilcans <martin@librador.com>2019-02-21 22:15:51 +0100
commitdc691b1fcbed50703acc0de03f326eb77ab57138 (patch)
tree3953a1da3a5a50af3ee2c556b402473b028e4afb
parentedb5a2c11cd3a6058895bc0ebdffda298badaff2 (diff)
downloadscreenplain-dc691b1fcbed50703acc0de03f326eb77ab57138.tar.gz
Follow package recommendations0.8.0
From https://github.com/pypa/sampleproject
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.cfg5
-rwxr-xr-xsetup.py2
3 files changed, 8 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..61a01e9
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,2 @@
+include README.markdown
+include LICENSE.txt
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8462fbd
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[metadata]
+license_files = LICENSE.txt
+
+[bdist_wheel]
+universal=1
diff --git a/setup.py b/setup.py
index 4dcdb90..68ad1c5 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
setup(
name='screenplain',