Skip to content

Commit

Permalink
Clean cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
oashour committed May 3, 2024
1 parent caf976e commit aa0cbc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ VBT.vasp
VBTS_mdm.h5
hcp_He_lsm.h5
venv/**
dm.py
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DarkMAGIC
# DarkMAGIC 🔮
[![Develop Docs](https://img.shields.io/badge/status-pre--alpha-red)](https://oashour.github.io/DarkMAGIC/develop/)
![Tests](https://github.com/oashour/DarkMAGIC/actions/workflows/run_tests.yaml/badge.svg)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license "Go to license section")
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "dark-magic"
version = "0.0.1"
name = "darkmagic"
version = "0.0.2"
authors = [{ name = "Omar A. Ashour", email = "ashour@berkeley.edu" }]
description = "Dark Matter Ab initio maGnon/phonon Interaction Calculator (DarkMAGIC) is a python package for computing DM interaction rates with collective excitations based on ab initio calculations of material properties."
description = "The Dark Matter Ab initio maGnon/phonon Interaction Calculator (DarkMAGIC) is a python package for computing DM interaction rates with collective excitations based on ab initio calculations of material properties."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
Expand Down
46 changes: 0 additions & 46 deletions run.py

This file was deleted.

0 comments on commit aa0cbc4

Please sign in to comment.