Skip to content

Commit

Permalink
modify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Pham authored and Hung Pham committed May 23, 2023
2 parents 2383f2c + 7839e6a commit 061b6be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sudo: false
matrix:
include:
- python: 3.7

before_install:
- uname -a
- free -m
Expand All @@ -22,7 +23,7 @@ before_install:
- pip install codecov
- pip install -e .
- pip install spglib==1.15.1

before_script: cd tests

script:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ MCU is a comprehensive package for the analysis of periodic wavefunctions and cr
# Installation

### Install with pip

```
pip install mcu
```

### Install with conda (macOS)

```
conda install -c hqp mcu
```
Expand Down
Binary file added examples/.DS_Store
Binary file not shown.
Binary file added examples/VASP/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
if __name__ == "__main__":
setuptools.setup(
name='mcu',
version="1.0.0",
version="1.0.1",
description='Modeling and Crystallographic Utilities',
project_description='A package for periodic wavefunction and crystallography analysis. mcu is designed to support large scale analysis and topological descriptions for periodic wavefunction.',
author='Hung Pham',
author_email='[email protected]',
url="https://github.com/hungpham2017/mcu.git",
url="https://github.com/hungpham2017/mcu",
license='Apache 2.0',
packages=setuptools.find_packages(),
install_requires=[
Expand Down

0 comments on commit 061b6be

Please sign in to comment.