aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',