Monero
Public Member Functions | Static Public Attributes | List of all members
setup.make_then_build_ext Class Reference
Inheritance diagram for setup.make_then_build_ext:
Inheritance graph
[legend]
Collaboration diagram for setup.make_then_build_ext:
Collaboration graph
[legend]

Public Member Functions

def run (self)
 

Static Public Attributes

 version
 
string author = 'Thomas BERNARD',
 
string author_email = 'miniupnp@free.fr',
 
 license = open('LICENSE').read(),
 
string url = 'http://miniupnp.free.fr/',
 
string description = 'miniUPnP client',
 
dictionary cmdclass = {'build_ext': make_then_build_ext},
 
list ext_modules
 

Member Function Documentation

◆ run()

def setup.make_then_build_ext.run (   self)

Member Data Documentation

◆ author

string setup.make_then_build_ext.author = 'Thomas BERNARD',
static

◆ author_email

string setup.make_then_build_ext.author_email = 'miniupnp@free.fr',
static

◆ cmdclass

dictionary setup.make_then_build_ext.cmdclass = {'build_ext': make_then_build_ext},
static

◆ description

string setup.make_then_build_ext.description = 'miniUPnP client',
static

◆ ext_modules

list setup.make_then_build_ext.ext_modules
static
Initial value:
= [
Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
extra_objects=EXT)
])

◆ license

setup.make_then_build_ext.license = open('LICENSE').read(),
static

◆ url

string setup.make_then_build_ext.url = 'http://miniupnp.free.fr/',
static

◆ version

setup.make_then_build_ext.version
static

The documentation for this class was generated from the following file: