File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ need to install some prerequisites beforehand:
4545
4646- Python 3 (>=3.4)
4747- pip (Python package manager)
48+ - cmake (>=3.3)
49+ - make
50+ - C **and ** C++ compiler (gcc or clang)
51+ - *Linux only *: python3-dev (Ubuntu) or python3-devel (openSUSE) package
52+ - *Linux only *: gcc-multilib (Ubuntu) or gcc-32bit (openSUSE) package
53+ to intercept build commands of projects leveraging multilib capabilities
4854
4955Optional dependencies:
5056
@@ -58,15 +64,6 @@ Optional dependencies:
5864.. _Aspectator : https://github.com/17451k/aspectator
5965.. _CIF releases : https://github.com/17451k/cif/releases
6066
61- Development dependencies:
62-
63- - cmake (>=3.3)
64- - make
65- - C **and ** C++ compiler (gcc or clang)
66- - *Linux only *: python3-dev (Ubuntu) or python3-devel (openSUSE) package
67- - *Linux only *: gcc-multilib (Ubuntu) or gcc-32bit (openSUSE) package
68- to intercept build commands of projects leveraging multilib capabilities
69-
7067Clade works on Linux and macOS.
7168Partial support for Windows will be implemented soon.
7269
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def finalize_options(self):
140140
141141setuptools .setup (
142142 name = "clade" ,
143- version = "2.0. 1" ,
143+ version = "2.1" ,
144144 author = "Ilya Shchepetkov" ,
145145 author_email = "ilya.shchepetkov@yandex.ru" ,
146146 url = "https://github.com/17451k/clade" ,
You can’t perform that action at this time.
0 commit comments