##// END OF EJS Templates
Set version in setup.cfg
James Morris -
Show More
@@ -1,4 +1,5 b''
1 1 [metadata]
2 version = attr: IPython.core.release.__version__
2 3 license_file = LICENSE
3 4 project_urls =
4 5 Documentation = https://ipython.readthedocs.io/
@@ -63,7 +63,6 b" execfile(pjoin(repo_root, 'IPython','core','release.py'), globals())"
63 63 # This dict is eventually passed to setup after additional keys are added.
64 64 setup_args = dict(
65 65 name = name,
66 version = version,
67 66 description = description,
68 67 long_description = long_description,
69 68 author = author,
General Comments 0
You need to be logged in to leave comments. Login now