Add a better README for this utility.
This commit is contained in:
parent
21f95adea2
commit
a62063849f
13
README.md
13
README.md
|
@ -0,0 +1,13 @@
|
||||||
|
# check-package
|
||||||
|
|
||||||
|
Do you hate it when your Python package doesn't install?
|
||||||
|
|
||||||
|
Want to know if you setup your Python package correctly?
|
||||||
|
|
||||||
|
`check-package` is a utility for verifying if your Python package is
|
||||||
|
installable.
|
||||||
|
|
||||||
|
## How Does It Work?
|
||||||
|
|
||||||
|
`check-package` will create a virtual environment, attempt to install the
|
||||||
|
target package, and run post-install tests if applicable.
|
Loading…
Reference in New Issue