Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
setup.py File Reference

Data Structures

class  BuildExt
 

Namespaces

namespace  setup
 

Functions

 get_version ()
 
 get_test_suite ()
 

Variables

 CURR_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
 
str NAME = 'Brotli'
 
 VERSION = get_version()
 
str URL = 'https://github.com/google/brotli'
 
str DESCRIPTION = 'Python bindings for the Brotli compression library'
 
str AUTHOR = 'The Brotli Authors'
 
str LICENSE = 'MIT'
 
list PLATFORMS = ['Posix', 'MacOS X', 'Windows']
 
list CLASSIFIERS
 
dict PACKAGE_DIR = {'': 'python'}
 
list PY_MODULES = ['brotli']
 
list EXT_MODULES
 
str TEST_SUITE = 'setup.get_test_suite'
 
dict CMD_CLASS
 
 name
 
 description
 
 version
 
 url
 
 author
 
 license
 
 platforms
 
 classifiers
 
 package_dir
 
 py_modules
 
 ext_modules
 
 test_suite
 
 cmdclass