Skip to content

Commit

Permalink
Better package finding that covers subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 25, 2018
1 parent 4141d2f commit ce11b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
package_name = "fabric2" package_name = "fabric2"
binary_name = "fab2" binary_name = "fab2"
packages = setuptools.find_packages( packages = setuptools.find_packages(
include=[package_name, "{}.*".format(package_name)], include=[package_name, "{}.*".format(package_name)]
) )


# Version info -- read without importing # Version info -- read without importing
Expand Down

0 comments on commit ce11b0c

Please sign in to comment.