Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Fixed shipping of setup.cfg into flit
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshurohilla committed Feb 6, 2020
1 parent 0a269d4 commit 83857cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ dev = [
Source = "https://github.com/poliastro/poliastro"
Tracker = "https://github.com/poliastro/poliastro/issues"



[tool.flit.entrypoints."console_scripts"]
poliastro = "poliastro.cli:main"

Expand All @@ -85,4 +87,5 @@ include = [
"src/poliastro/atmosphere/data/coesa76.dat",
"src/poliastro/atmosphere/data/coesa76_p.dat",
"src/poliastro/atmosphere/data/coesa76_rho.dat",
"setup.cfg"
]
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[tool:pytest]
norecursedirs =
.git
Expand Down
2 changes: 1 addition & 1 deletion src/poliastro/constants/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
R_polar_jupiter = Constant(
"R_polar_jupiter",
"Jupiter polar radius",
6.6854,
6.6854e7,
"m",
10000,
"IAU Working Group on Cartographic Coordinates and Rotational Elements: 2009",
Expand Down

0 comments on commit 83857cd

Please sign in to comment.