Exclude `cli/` in main project.

This commit is contained in:
Fletcher Nichol 2015-09-22 10:25:28 -06:00
parent 738c62ee89
commit 6120de60b2
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ description = """
A library to generate random name strings suitable for use in container
instances, project names, application instances, etc.
"""
exclude = ["cli"]
[lib]
name = "names"