Our convention is for the repository name to match the package name. The package is named hgtv as Python can't handle the period in hasgeek.tv. The Git repository needs to be renamed to hgtv to match convention.
This will break existing references to the hasgeek.tv repository URL, the most prominent of which is in the .git/config files in production and various developer laptop checkouts. This is easily fixed, however.
Our convention is for the repository name to match the package name. The package is named
hgtvas Python can't handle the period inhasgeek.tv. The Git repository needs to be renamed tohgtvto match convention.This will break existing references to the
hasgeek.tvrepository URL, the most prominent of which is in the.git/configfiles in production and various developer laptop checkouts. This is easily fixed, however.