Browse Source

chore: gitignore pip-wheel-metadata (#16411)

josh 5 years ago
parent
commit
346b71a774
2 changed files with 2 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 1 2
      setup.py

+ 1 - 0
.gitignore

@@ -43,3 +43,4 @@ junit.xml
 *.codestyle.xml
 package-lock.json
 .webpack.meta
+pip-wheel-metadata/

+ 1 - 2
setup.py

@@ -16,8 +16,7 @@ from setuptools.command.develop import develop as DevelopCommand
 
 ROOT = os.path.dirname(os.path.abspath(__file__))
 
-# add sentry to path so we can import distutils
-# XXX: consequentially, this means sentry must be pip installed with --no-use-pep517
+# add sentry to path so we can import sentry.utils.distutils
 sys.path.insert(0, os.path.join(ROOT, "src"))
 
 from sentry.utils.distutils import (