Skip to content

Commit

Permalink
Merge pull request #44 from bluescarni/pr/pip_rename
Browse files Browse the repository at this point in the history
PyPI project rename
  • Loading branch information
bluescarni authored Feb 26, 2023
2 parents 56c006e + e16ba61 commit ddcb875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(cascade VERSION 0.1 LANGUAGES CXX C)
project(cascade VERSION 0.1.2 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down
4 changes: 2 additions & 2 deletions tools/wheel_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from setuptools.dist import Distribution
import sys

NAME = "cascade"
NAME = "cascade.py"
VERSION = "@cascade_VERSION@"
DESCRIPTION = "N-body simulation for the evolution of orbital environments"
LONG_DESCRIPTION = "cascade is a Python library developed to propagate the evolution of a large number of orbiting objects while detecting reliably close encounters and collisions."
LONG_DESCRIPTION = "A Python library to propagate the evolution of a large number of orbiting objects while detecting reliably close encounters and collisions."
URL = "https://github.com/esa/cascade"
AUTHOR = "Francesco Biscani, Dario Izzo"
AUTHOR_EMAIL = "[email protected]"
Expand Down

0 comments on commit ddcb875

Please sign in to comment.