Skip to content

Commit

Permalink
Move py.typed to package root (#3307)
Browse files Browse the repository at this point in the history
* Update setup.py

Signed-off-by: Andrew S. Rosen <asrosen93@gmail.com>

* Create py.typed

* pre-commit auto-fixes

* move py.typed to root package

---------

Signed-off-by: Andrew S. Rosen <asrosen93@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
  • Loading branch information
3 people committed Sep 13, 2023
1 parent 173a65b commit 68146dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@
"pymatgen.analysis.diffraction": ["*.json"],
"pymatgen.analysis.magnetism": ["default_magmoms.yaml"],
"pymatgen.analysis.solar": ["am1.5G.dat"],
"pymatgen.entries": ["py.typed", "*.json.gz", "*.yaml", "data/*.json"],
"pymatgen.core": ["py.typed", "*.json"],
"pymatgen.entries": ["*.json.gz", "*.yaml", "data/*.json"],
"pymatgen.core": ["*.json"],
"pymatgen": ["py.typed"],
"pymatgen.io.vasp": ["*.yaml", "*.json"],
"pymatgen.io.feff": ["*.yaml"],
"pymatgen.io.cp2k": ["*.yaml"],
Expand Down

0 comments on commit 68146dd

Please sign in to comment.