[7.x] Actually dockerize repo, update build-dists for release manager

This commit is contained in:
Seth Michael Larson
2020-11-04 13:58:42 -06:00
parent acc37ea1e4
commit 708e282eaf
13 changed files with 101 additions and 21 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ from setuptools import setup, find_packages
package_name = "elasticsearch"
base_dir = abspath(dirname(__file__))
with open(join(base_dir, package_name, "__init__.py")) as f:
with open(join(base_dir, package_name, "_version.py")) as f:
package_version = re.search(
r"__versionstr__\s+=\s+[\"\']([^\"\']+)[\"\']", f.read()
).group(1)