Skip to content

Commit 367705b

Browse files
committed
Add PyPI specific READMEs
1 parent 1240edc commit 367705b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
File renamed without changes.

README.md renamed to PyPI/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Author: methylDragon
44

55
---
66

7-
![Image result for emotiv epoc](assets/Epoc-product-image-1562342809850.png)
7+
![Image result for emotiv epoc](https://raw.githubusercontent.com/methylDragon/emotiv-cortex2-python-client/master/assets/Epoc-product-image.png)
88

9-
![Image result for emotiv logo](assets/Emotiv_logo.svg.png)
9+
![Image result for emotiv logo](https://raw.githubusercontent.com/methylDragon/emotiv-cortex2-python-client/master/assets/Emotiv_logo.svg.png)
1010

1111
Image sources: [Emotiv](emotiv.com)
1212

@@ -28,7 +28,7 @@ API Reference: https://emotiv.gitbook.io/cortex-api/
2828

2929
## Support my efforts!
3030

31-
[![Yeah! Buy the DRAGON a COFFEE!](./assets/COFFEE%20BUTTON%20%E3%83%BE(%C2%B0%E2%88%87%C2%B0%5E).png)](https://www.buymeacoffee.com/methylDragon)
31+
[![Yeah! Buy the DRAGON a COFFEE!](https://raw.githubusercontent.com/methylDragon/emotiv-cortex2-python-client/master/assets/COFFEE%20BUTTON%20%E3%83%BE(%C2%B0%E2%88%87%C2%B0%5E).png)](https://www.buymeacoffee.com/methylDragon)
3232

3333
[Or leave a tip! ヾ(°∇°*)](https://www.paypal.me/methylDragon)
3434

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
2-
with open('README.md') as readme_file:
2+
with open('PyPI/README.md') as readme_file:
33
README = readme_file.read()
4-
with open('HISTORY.md') as history_file:
4+
with open('PyPI/HISTORY.md') as history_file:
55
HISTORY = history_file.read()
66

77
setup_args = {'name': "cortex2",

0 commit comments

Comments
 (0)