Skip to content

Commit

Permalink
removed manifest. version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Sep 26, 2024
1 parent 93bd039 commit 86ef0b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION "3.14")
cmake_policy(SET CMP0148 OLD) # To suppress a warning emerging from scikit-build

project(Clima LANGUAGES Fortran C VERSION "0.4.7")
project(Clima LANGUAGES Fortran C VERSION "0.5.0")
set(PHOTOCHEM_CLIMA_DATA_VERSION "0.2.0")

set(CMAKE_Fortran_MODULE_DIRECTORY "${CMAKE_BINARY_DIR}/modules")
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
long_description=long_description,
long_description_content_type='text/markdown',
url = "https://github.com/Nicholaswogan/clima",
include_package_data=True,
cmake_args=['-DCMAKE_BUILD_TYPE=Release',\
'-DBUILD_PYTHON_CLIMA=ON',\
'-DBUILD_EXECUTABLES=OFF',\
Expand Down

0 comments on commit 86ef0b1

Please sign in to comment.