Skip to content

Commit 50013e8

Browse files
committed
Fix package name
1 parent b1d2e7b commit 50013e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

MANIFEST.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
graft docs
2+
graft src/einsteinpy_geodesics/julia_backend
3+
4+
include COPYING
5+
include AUTHORS
6+
7+
recursive-include tests *.py *.html
8+
9+
global-exclude *.py[cod] __pycache__ *.so *.dylib

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and `ODEInterfaceDiffEq.jl`. You can add them, like so::
7474
Finally, `einsteinpy_geodesics` can be installed in the most intuitive way::
7575

7676

77-
$ pip install einsteinpy_geodesics
77+
$ pip install einsteinpy-geodesics
7878

7979

8080
For using this package, we strongly recommend you to use EinsteinPy Core package along with it.

0 commit comments

Comments
 (0)