You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Our convention is for the repository name to match the package name. The package is named
hgtv
as Python can't handle the period inhasgeek.tv
. The Git repository needs to be renamed tohgtv
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.The text was updated successfully, but these errors were encountered: