File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change
1
+ include README.md
2
+ include LICENSE
3
+ include CHANGELOG.md
Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ def get_file(filename):
31
31
long_description_content_type = 'text/markdown' ,
32
32
version = read_dunder ('version' ),
33
33
author = read_dunder ('author' ),
34
+ license = 'Apache v2.0' ,
34
35
url = 'https://github.com/sassoftware/python-sasctl/' ,
35
36
project_urls = {
36
37
'Bug Tracker' : 'https://github.com/sassoftware/python-sasctl/issues' ,
37
38
'Documentation' : 'https://sassoftware.github.io/python-sasctl/' ,
38
39
'Source Code' : 'https://github.com/sassoftware/python-sasctl'
39
40
},
41
+ include_package_data = True ,
40
42
packages = find_packages (where = "src" ),
41
43
package_dir = {"" : "src" },
42
44
python_requires = '>=2.7' ,
You can’t perform that action at this time.
0 commit comments