-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from bluescarni/pr/pip_rename
PyPI project rename
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|