Skip to content

Commit

Permalink
Merge pull request #47 from unlimitedlabs/add_license_to_pypi
Browse files Browse the repository at this point in the history
Adds LICENSE and NOTICE to the pypi manifest.
  • Loading branch information
thisisdhaas committed Oct 15, 2015
2 parents 4f6322d + af197c4 commit e183074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include NOTICE
include LICENSE
recursive-include orchestra *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.py[co]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
classifiers=[],
packages=find_packages(),
include_package_data=True,

)

0 comments on commit e183074

Please sign in to comment.