Compare commits

..

No commits in common. "70f6f88802a145caab0ebeb1edcde6d66923d5ea" and "fb51ffd35e5f111bbf7a679a0dffc562530c1cb1" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -42,7 +42,6 @@ ENDIF(BUILD_PYTHON)
MESSAGE(STATUS "Using the target ${CosmoTool_local} to build python module")
find_package(ZLIB)
find_library(ZLIB_LIBRARY z)
find_library(DL_LIBRARY dl)
find_library(RT_LIBRARY rt)

View file

@ -2,7 +2,3 @@
requires = ["setuptools","wheel","cython"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
directory = "changes"