Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f998277

Browse files
committed
fix version reporting
1 parent 84c689a commit f998277

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bipython/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
from bpython._py3compat import PythonLexer, py3
3434

3535
import urwid
36-
3736
import inspect
3837
from inspect import ArgSpec # we eval an ArgSpec repr, see ipython_get_argspec
3938

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import warnings
1313
warnings.warn("bipython might not work in Python 3, I'll get to it soon")
1414

15+
import bipython
1516
VERSION = bipython.__version__
1617
M_VERSION = VERSION[:VERSION.rfind('.')]
1718

@@ -22,6 +23,8 @@
2223
"author_email": '[email protected]',
2324
"url": 'http://bipython.org/',
2425
"download_url": "https://github.com/ivanov/bipython/zipball/" + M_VERSION,
26+
"keywords": ["Interactive", "Interpreter", "Shell", "bpython", "ipython",
27+
"urwid", ],
2528
"classifiers": [
2629
"License :: OSI Approved :: BSD License",
2730
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)