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):
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' ,
You can’t perform that action at this time.
0 commit comments