diff options
author | Bryan Bishop <kanzure@gmail.com> | 2011-01-19 23:01:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2011-01-19 23:01:18 -0600 |
commit | 86f940479b9a2178f4e6085fac6aa2020fd44705 (patch) | |
tree | 3d280c11a5d19cb6a382d84c1f8d41073b56adb7 | |
parent | fb354b68546bc56d55c4891c2cde374d66907c12 (diff) | |
download | skdb-86f940479b9a2178f4e6085fac6aa2020fd44705.tar.gz skdb-86f940479b9a2178f4e6085fac6aa2020fd44705.zip |
packages aren't necessarily going to be python packages on the first round
-rw-r--r-- | doc/package_spec.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/package_spec.yaml b/doc/package_spec.yaml index 264e379..602b0bd 100644 --- a/doc/package_spec.yaml +++ b/doc/package_spec.yaml @@ -81,7 +81,7 @@ data format: package names: - a package name must contain only upper and lower case letters, numbers, - and the underscore ("_") character. + and the dash ("-") character. - a package name must be unique by not being in use by another package |