Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 11, 2015
1 parent 1e90c08 commit 186a2cd
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions setup.py
Expand Up @@ -5,25 +5,29 @@
sourcefiles = ['src/pylibemu.c']

setup(
name = "pylibemu",
packages = [],
version = "0.3",
description = "Libemu Python wrapper",
url = "https://github.com/buffer/pylibemu",
author = "Angelo Dell'Aera",
author_email = "angelo.dellaera@honeynet.org",
classifiers = [
name = "pylibemu",
packages = [],
version = "0.3.1",
description = "Libemu Python wrapper",
url = "https://github.com/buffer/pylibemu",
download_url = "https://github.com/buffer/pylibemu/archive/v0.3.1.tar.gz"
author = "Angelo Dell'Aera",
author_email = "angelo.dellaera@honeynet.org",
maintainer = "Angelo Dell'Aera",
maintainer_email = "angelo.dellaera@honeynet.org",
classifiers = [
"Programming Language :: Cython",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: Unix",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Security",
],
#cmdclass = { 'build_ext' : build_ext },
ext_modules = [Extension("pylibemu",
#cmdclass = { 'build_ext' : build_ext },
keywords = ['libemu', 'pylibemu', 'shellcode'],
ext_modules = [Extension("pylibemu",
sourcefiles,
include_dirs = ["/opt/libemu/include"],
library_dirs = ["/opt/libemu/lib"],
Expand Down

0 comments on commit 186a2cd

Please sign in to comment.