Skip to content

Commit

Permalink
Follow package recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
vilcans committed Feb 21, 2019
1 parent edb5a2c commit dc691b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include README.markdown
include LICENSE.txt
5 changes: 5 additions & 0 deletions setup.cfg
@@ -0,0 +1,5 @@
[metadata]
license_files = LICENSE.txt

[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup

setup(
name='screenplain',
Expand Down

0 comments on commit dc691b1

Please sign in to comment.