Skip to content

Commit 39c2827

Browse files
committed
include README in build
1 parent 4f57c27 commit 39c2827

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.md
2+
include LICENSE
3+
include CHANGELOG.md

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ def get_file(filename):
3131
long_description_content_type='text/markdown',
3232
version=read_dunder('version'),
3333
author=read_dunder('author'),
34+
license='Apache v2.0',
3435
url='https://github.com/sassoftware/python-sasctl/',
3536
project_urls={
3637
'Bug Tracker': 'https://github.com/sassoftware/python-sasctl/issues',
3738
'Documentation': 'https://sassoftware.github.io/python-sasctl/',
3839
'Source Code': 'https://github.com/sassoftware/python-sasctl'
3940
},
41+
include_package_data=True,
4042
packages=find_packages(where="src"),
4143
package_dir={"": "src"},
4244
python_requires='>=2.7',

0 commit comments

Comments
 (0)