Skip to content

Commit

Permalink
Add gitignore-Correction pip doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBct committed Feb 7, 2021
1 parent 276faaf commit fd4ea76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ Scripts/
Lib/
pyvenv.cfg
python-metar.codeworkspace
.vscode/
.vscode/
dist/
build/
PythonMETAR.egg-info/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Datas, informations and analysis provided don't have **ANY WARRANTLY**. Informat
You can use pip in order to install package.

```python
pip install -i https://test.pypi.org/simple/ PythonMETAR-MattBOUCHET
pip install PythonMETAR
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="PythonMETAR-MattBOUCHET", # Replace with your own username
name="PythonMETAR", # Replace with your own username
version="1.0.0.0",
author="Matthieu BOUCHET",
author_email="[email protected]",
Expand Down

0 comments on commit fd4ea76

Please sign in to comment.