cmake-setuptools 0.1.2
pip install cmake-setuptools==0.1.2
Newer version available (0.1.3)
Released:
Provides some usable cmake related build extensions
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Ray Douglass
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Ray Douglass
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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.2.tar.gz
.
File metadata
- Download URL: cmake_setuptools-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
572a1f411c75e8c6d63291bae83318bc3538c8ec25beae76b0d547bc320ea512
|
|
MD5 |
cd6dc98145520eabafe65dcf3966321c
|
|
BLAKE2b-256 |
9d8bbe881191648ffb5e9be6f9cd3b7335fc568fd174de7865b9b7a34d66c044
|