ensure license is added to distributions (#2)
This commit is contained in:
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@@ -0,0 +1 @@
|
||||
include LICENSE
|
||||
3
setup.py
3
setup.py
@@ -2,7 +2,7 @@
|
||||
from setuptools import setup
|
||||
from icnsutil import __doc__, __version__
|
||||
|
||||
with open('README.md') as fp:
|
||||
with open('README.md', encoding='utf-8') as fp:
|
||||
longdesc = fp.read()
|
||||
|
||||
setup(
|
||||
@@ -52,4 +52,5 @@ setup(
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Utilities',
|
||||
],
|
||||
include_package_data=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user