File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- This is pyrepl 0.8.4 , a readline-a-like in Python.
1+ This is pyrepl, a readline-a-like in Python.
22
33It requires python 2.7 (or newer) and features:
44
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = "pyrepl" ,
35- version = "0.9.0" ,
35+ setup_requires = "setupmeta" ,
36+ versioning = "devcommit" ,
3637 author = "Michael Hudson-Doyle" ,
3738 author_email = "micahel@gmail.com" ,
38- maintainer = "Ronny Pfannschmidt" ,
39- maintainer_email = "ronny.pfannschmidt@gmx.de" ,
40- url = "http://bitbucket.org/pypy/pyrepl/" ,
39+ maintainer = "Daniel Hahler" ,
40+ url = "https://github.com/pdbpp/pyrepl" ,
4141 license = "MIT X11 style" ,
4242 description = "A library for building flexible command line interfaces" ,
4343 platforms = ["unix" , "linux" ],
You can’t perform that action at this time.
0 commit comments