mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
added changelog
This commit is contained in:
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ from setuptools import setup
|
||||
__AUTHOR__ = 'David Halter'
|
||||
__AUTHOR_EMAIL__ = 'davidhalter88@gmail.com'
|
||||
|
||||
readme = open('README.rst').read()
|
||||
readme = open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read()
|
||||
|
||||
import jedi
|
||||
VERSION = '.'.join(str(x) for x in jedi.__version__)
|
||||
|
||||
Reference in New Issue
Block a user