-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update versioneer #235
Comments
See: Updating Versioneer
|
(dev-hklpy) prjemian@zap:~/.../Bluesky/hklpy$ versioneer install
replacing old versioneer.py (0.15)
versioneer.py (0.22) installed into local tree
Now running 'versioneer.py setup' to install the generated files..
creating hkl/_version.py
appending to hkl/__init__.py
'versioneer.py' already in MANIFEST.in
versionfile_source already in MANIFEST.in |
These changes include the principle change implemented in PR bluesky/hkl-notebooks#4: parser = configparser.ConfigParser() This additional change remains to replace the two lines following: parser.read(setup_cfg) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirm if updates to versioneer support is necessary. (Note similar PR bluesky/hkl-notebooks#4) with these remarks:
Similar code exists now in hklpy:
hklpy/versioneer.py
Line 403 in 208652f
The text was updated successfully, but these errors were encountered: