From: Philippe Proulx Date: Fri, 21 Nov 2014 21:17:34 +0000 (-0500) Subject: setup.py/README.md: update after transfer, bump X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=cc8ceb9ab552d9b3f40a5af03d38e6265124915b;p=deliverable%2Fbarectf.git setup.py/README.md: update after transfer, bump --- diff --git a/README.md b/README.md index 8c1c2f7..c3d3e02 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ save it to some permanent storage, swap it with another empty buffer and concatenate recorded packets, etc. barectf is written in Python 3 and currently uses -[pytsdl](https://github.com/eepp/pytsdl) to parse the CTF metadata file +[pytsdl](https://github.com/efficios/pytsdl) to parse the CTF metadata file provided by the user. diff --git a/setup.py b/setup.py index 34bd830..0743a4d 100755 --- a/setup.py +++ b/setup.py @@ -53,13 +53,13 @@ entry_points = { setup(name='barectf', - version=0.1, + version='0.1.1', description='Generator of C99 code that can write native CTF', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com', license='MIT', keywords='ctf generator tracing bare-metal bare-machine', - url='https://github.com/eepp/barectf', + url='https://github.com/efficios/barectf', packages=packages, install_requires=install_requires, entry_points=entry_points)