Functions | |
def | no_publish () |
def | main () |
Variables | |
list | REQUIRED_PACKAGES |
ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) | |
BIN_DIR = os.path.join(ROOT_DIR, "bin") | |
abspath = os.path.dirname(os.path.realpath(__file__)) | |
requirements = f.read().splitlines() | |
name | |
version | |
description | |
packages | |
setup_requires | |
tests_require | |
install_requires | |
ext_modules | |
cmdclass | |
zip_safe | |
long_description | |
url | |
author | |
author_email | |
def setup.no_publish | ( | ) |
def setup.main | ( | ) |
list setup.REQUIRED_PACKAGES |
setup.ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) |
setup.BIN_DIR = os.path.join(ROOT_DIR, "bin") |
setup.abspath = os.path.dirname(os.path.realpath(__file__)) |
setup.requirements = f.read().splitlines() |
setup.name |
setup.version |
setup.description |
setup.packages |
setup.setup_requires |
setup.tests_require |
setup.install_requires |
setup.ext_modules |
setup.cmdclass |
setup.zip_safe |
setup.long_description |
setup.url |
setup.author |
setup.author_email |