From cc8ceb9ab552d9b3f40a5af03d38e6265124915b Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 21 Nov 2014 16:17:34 -0500 Subject: [PATCH] setup.py/README.md: update after transfer, bump --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.34.1