Skip to content

Commit adedfa7

Browse files
committed
changing description and pushing the change
1 parent 90de886 commit adedfa7

File tree

2 files changed

+8
-53
lines changed

2 files changed

+8
-53
lines changed

docs/index.rst

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,9 @@
66
Welcome to CMake Python Distributions's documentation!
77
======================================================
88

9-
`CMake <http://www.cmake.org>`_ is used to control the software compilation
10-
process using simple platform and compiler independent configuration files,
11-
and generate native makefiles and workspaces that can be used in the
12-
compiler environment of your choice.
9+
I am working on a generatting aarch64 cmake wheel
10+
This project is where I am testing the things
11+
You must not use this project to grab numpy features
12+
I am expecting it to go away at some point in the future
13+
Please visit official cmake pypi page: `https://pypi.org/project/cmake/`_ to install cmake
1314

14-
The suite of CMake tools were created by Kitware in response to the need
15-
for a powerful, cross-platform build environment for open-source projects
16-
such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_.
17-
18-
The CMake python wheels provide `CMake 3.16.3 <https://cmake.org/cmake/help/v3.16/index.html>`_.
19-
20-
.. toctree::
21-
:maxdepth: 2
22-
:caption: User guide
23-
24-
installation
25-
usage
26-
building
27-
build_system
28-
contributing
29-
authors
30-
history
31-
32-
.. toctree::
33-
:maxdepth: 2
34-
:caption: For maintainers
35-
36-
update_cmake_version
37-
make_a_release
38-
39-
40-
Indices and tables
41-
==================
42-
43-
* :ref:`genindex`
44-
* :ref:`modindex`
45-
* :ref:`search`
46-
47-
48-
Resources
49-
=========
50-
51-
This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.
52-
It is covered by the `Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
53-
54-
CMake is distributed under the OSI-approved BSD 3-clause License.
55-
For more information about CMake, visit http://cmake.org
56-
57-
* Documentation: http://cmake-python-distributions.readthedocs.io/en/latest/
58-
* Source code: https://github.com/scikit-build/cmake-python-distributions
59-
* Mailing list: https://groups.google.com/forum/#!forum/scikit-build

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def parse_requirements(filename):
3232
setup(
3333
name='cmake_odidev',
3434

35-
version='3.16.4',
35+
version='3.17.3',
3636
cmdclass=versioneer.get_cmdclass(),
3737

3838
author='Jean-Christophe Fillion-Robin',
@@ -51,8 +51,8 @@ def parse_requirements(filename):
5151
url=r'http://cmake.org/',
5252
download_url=r'https://cmake.org/download',
5353

54-
description=r'CMake is an open-source, cross-platform family of '
55-
r'tools designed to build, test and package software',
54+
description=r'CMake-odidev is a test project and it is '
55+
r'clone of CMake project',
5656

5757
long_description=readme + '\n\n' + history,
5858

0 commit comments

Comments
 (0)