Skip to content

Commit

Permalink
Merge pull request #678 from nextstrain/license-inclusion
Browse files Browse the repository at this point in the history
Include LICENSE.txt in distribution artifacts with MANIFEST.in not data_files
  • Loading branch information
huddlej authored Feb 13, 2021
2 parents 3c7e706 + 531dbbf commit de4cf97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE.txt
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
packages = setuptools.find_packages(),
package_data = {'augur': ['data/*']},
data_files = [("", ["LICENSE.txt"])],
python_requires = '>={}'.format('.'.join(str(n) for n in min_version)),
install_requires = [
"bcbio-gff >=0.6.0, ==0.6.*",
Expand Down

0 comments on commit de4cf97

Please sign in to comment.