Skip to content

Commit ddcb875

Browse files
authored
Merge pull request #44 from bluescarni/pr/pip_rename
PyPI project rename
2 parents 56c006e + e16ba61 commit ddcb875

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE)
1010
FORCE)
1111
endif()
1212

13-
project(cascade VERSION 0.1 LANGUAGES CXX C)
13+
project(cascade VERSION 0.1.2 LANGUAGES CXX C)
1414

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

tools/wheel_setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from setuptools.dist import Distribution
44
import sys
55

6-
NAME = "cascade"
6+
NAME = "cascade.py"
77
VERSION = "@cascade_VERSION@"
88
DESCRIPTION = "N-body simulation for the evolution of orbital environments"
9-
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."
9+
LONG_DESCRIPTION = "A Python library to propagate the evolution of a large number of orbiting objects while detecting reliably close encounters and collisions."
1010
URL = "https://github.com/esa/cascade"
1111
AUTHOR = "Francesco Biscani, Dario Izzo"
1212
AUTHOR_EMAIL = "bluescarni@gmail.com"

0 commit comments

Comments
 (0)