diff --git a/README.md b/README.md
index 9427a8d..91d5680 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
# SpeXtra
@@ -29,8 +29,6 @@ To install ``spextra`` simply run:
pip install spextra
```
-Soon a PyPi version will be available
-
## Functionalities
``speXtra`` is able to:
@@ -42,11 +40,10 @@ from spextra import Spextrum
sp = Spextrum("kc96/s0")
```
-
and it will load the S0 galaxy template of the Kinney-Calzetti spectral library. To quickly
plot the resulting spectra, simply type
```python
sp.plot()
```
-
+
diff --git a/pyproject.toml b/pyproject.toml
index db9aeae..17c9cc4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,9 +17,6 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Astronomy",
]
-include = [
- {path = "docs/_static/images", format = ["sdist", "wheel"]}
-]
[tool.poetry.dependencies]
python = "^3.10"