Skip to content

Commit

Permalink
rename cleanup & remove contribution md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCox822 committed Feb 13, 2025
1 parent ca7f0b4 commit 9e94260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
91 changes: 0 additions & 91 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you already have a conda environment, you can install dependencies before you

## Installation
```
pip install git+https://github.com/ur-whitelab/md-agent.git
pip install git+https://github.com/ur-whitelab/MDCrow.git
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
long_description = fh.read()

setup(
name="md-agent",
name="MDCrow",
version=__version__,
description="Collection of MD tools for use with language models",
author="Andrew White",
author_email="[email protected]",
url="https://github.com/ur-whitelab/md-agent",
url="https://github.com/ur-whitelab/MDCrow",
license="MIT",
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 9e94260

Please sign in to comment.