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
File details
Details for the file cmake_setuptools-0.1.3.tar.gz
.
File metadata
- Download URL: cmake_setuptools-0.1.3.tar.gz
- Upload date:
- Size: 4.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b2fe4774fdba78e6cc6003bf7d1dfab9352fa175943999f4dbe91addb7e70c5 |
|
MD5 | 3293349860f1fd9c3ead5b68a1cd625c |
|
BLAKE2b-256 | ba3de29a3af05e6bd27319a59bbde81a479813c9aa433022d8f865fc56d7ed09 |