Skip to content

Commit

Permalink
fixed README and pip module
Browse files Browse the repository at this point in the history
  • Loading branch information
ElEd0 committed Aug 31, 2020
1 parent b6cd839 commit b3935fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/response/
/emtvlc_api.egg-info/
/emtvlcapi.egg-info/
/build/
/setup.bat
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Python module that retrieves bus times for a given stop or stops within an exten

Data from EMT valencia.

# pip

```
pip install emtvlcapi
```

# Import

```
Expand Down
Binary file removed dist/emtvlc_api-0.1.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/emtvlcapi-0.1.2.tar.gz
Binary file not shown.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
long_description = fh.read()

setuptools.setup(
name="emtvlc_api",
version="0.1.1",
name="emtvlcapi",
version="0.1.2",
author="Ed0",
author_email="ed0@ed0.com",
description="Python module to retrieve bus times and stops for EMT valencia",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ElEd0/EMTValencia-API",
py_modules=[
'emtvlc'
],
packages=setuptools.find_packages(),
install_requires=[
'requests'
Expand Down

0 comments on commit b3935fc

Please sign in to comment.