Skip to main content

Provides some usable cmake related build extensions

Project description

CMake Setuptools

A small library of setuptools extensions to ease building python packages which have a cmake component.

Install

pip install cmake_setuptools

Usage

from setuptools import setup
from cmake_setuptools import *

setup(name='mypackage',
      description='',
      version='0.0.0.dev0',
      ext_modules=[CMakeExtension('make_target')],
      cmdclass={'build_ext': CMakeBuildExt}
      )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmake_setuptools-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file cmake_setuptools-0.1.0.tar.gz.

File metadata

  • Download URL: cmake_setuptools-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.0

File hashes

Hashes for cmake_setuptools-0.1.0.tar.gz
Algorithm Hash digest
SHA256 31d9d7b59f04149b72fd53c9b2f28e59031baba4a14f84f8c69920e01f6ce279
MD5 9207ff7b3ed0bec6daa18b5fd2bf55a9
BLAKE2b-256 906f18f2e5fd9e67e58e0188f72269759d9063f1579022e4681f0185777ebaab

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page