diff --git a/CITATION.cff b/CITATION.cff index 9426842..d20867e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,5 +10,5 @@ doi: 10.5281/zenodo.12784260 message: >- If you use cifkit, please consider citing. title: >- - cifkit – Python package for high-throughput .cif analysis + cifkit: A Python package for coordination geometry and atomic site analysis url: https://github.com/bobleesj/cifkit diff --git a/news/JOSS.rst b/news/JOSS.rst new file mode 100644 index 0000000..7f076a0 --- /dev/null +++ b/news/JOSS.rst @@ -0,0 +1,23 @@ +**Added:** + +* cifkit accepted to JOSS + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index fc9c2c9..0000000 --- a/package-lock.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "cifkit", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "dependencies": { - "prettier": "^3.3.3" - } - }, - "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index 1dafaf1..0000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "prettier": "^3.3.3" - } -}