summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-09-28 14:22:24 -0400
committerDoug Hellmann <doug@doughellmann.com>2018-11-01 11:54:05 -0400
commit8ae5f8657b2bdf841bdf114b49839700c2ee924f (patch)
tree3d186d4c5f7afae69ab205cafe5013b6b6699ba8 /tox.ini
parentcb5dce19879c0cfb4707cfadc03619822571b066 (diff)
downloadheat-8ae5f8657b2bdf841bdf114b49839700c2ee924f.tar.gz
change the dist name to 'openstack-heat'
We are updating all Python projects to publish artifacts to PyPI. The name "heat" is already taken there by another project, and they have rejected our request to claim the name. We therefore need to change the dist name used to package heat. We have some other projects publishing using an "openstack-" prefix, so I propose using the name "openstack-heat". This will not change the imports or anything else about how the code works, just how it is packaged. Add a grenade plugin for upgrading between the packages with different names so that we can clean up the old version of the code and avoid discovering the heat plugins multiple times in different locations. Change-Id: I59b55cffd9e648f842eb286b936f09c5b55a76db Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4323011dc..10f517446 100644
--- a/tox.ini
+++ b/tox.ini
@@ -118,7 +118,7 @@ max-complexity=20
[doc8]
ignore = D001
-ignore-path = .venv,.git,.tox,.tmp,*heat/locale*,*lib/python*,heat.egg*,doc/build,releasenotes/*
+ignore-path = .venv,.git,.tox,.tmp,*heat/locale*,*lib/python*,openstack_heat.egg*,doc/build,releasenotes/*
[hacking]
import_exceptions = heat.common.i18n