Skip to content

Commit 26f5cb8

Browse files
authored
Switch to setupmeta, update maintainer etc (#12)
1 parent 91e193f commit 26f5cb8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is pyrepl 0.8.4, a readline-a-like in Python.
1+
This is pyrepl, a readline-a-like in Python.
22

33
It requires python 2.7 (or newer) and features:
44

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
setup(
3434
name="pyrepl",
35-
version="0.9.0",
35+
setup_requires="setupmeta",
36+
versioning="devcommit",
3637
author="Michael Hudson-Doyle",
3738
author_email="[email protected]",
38-
maintainer="Ronny Pfannschmidt",
39-
maintainer_email="[email protected]",
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"],

0 commit comments

Comments
 (0)