Fixed badges in readme
This commit is contained in:
@ -3,6 +3,9 @@ Changelog
|
|||||||
|
|
||||||
This changelog contains a list of versions with their respective high-level changes.
|
This changelog contains a list of versions with their respective high-level changes.
|
||||||
|
|
||||||
|
v0.3.4:
|
||||||
|
- fixed some typos
|
||||||
|
- fixed not working badges
|
||||||
v0.3.3:
|
v0.3.3:
|
||||||
- added changelog
|
- added changelog
|
||||||
- converted README to reStructuredText
|
- converted README to reStructuredText
|
||||||
|
|||||||
11
README.rst
11
README.rst
@ -1,9 +1,12 @@
|
|||||||
ALLRIS Scraper
|
ALLRIS Scraper
|
||||||
==============
|
==============
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/l/twomartens.allrisscraper :alt: Apache Licence 2.0
|
.. image:: https://img.shields.io/pypi/l/twomartens.allrisscraper.svg
|
||||||
.. image:: https://img.shields.io/pypi/pyversions/twomartens.allrisscraper :alt: Supports Python 3.7 and 3.8
|
:alt: Apache License 2.0
|
||||||
.. image:: https://img.shields.io/pypi/v/twomartens.allrisscraper :alt: version 0.3.3
|
.. image:: https://img.shields.io/pypi/pyversions/twomartens.allrisscraper.svg
|
||||||
|
:alt: Python 3.7 and 3.8
|
||||||
|
.. image:: https://img.shields.io/pypi/v/twomartens.allrisscraper.svg
|
||||||
|
:alt: version 0.3.4
|
||||||
|
|
||||||
This scraper requires your username and password and performs the following tasks for you:
|
This scraper requires your username and password and performs the following tasks for you:
|
||||||
|
|
||||||
@ -13,7 +16,7 @@ This scraper requires your username and password and performs the following task
|
|||||||
- Only considers meetings where you already have been invited formally through ALLRIS.
|
- Only considers meetings where you already have been invited formally through ALLRIS.
|
||||||
|
|
||||||
**IMPORTANT:**
|
**IMPORTANT:**
|
||||||
All districts are supported but official committe abbreviations will only work for Eimsbüttel as of now.
|
All districts are supported but official committee abbreviations will only work for Eimsbüttel as of now.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ setup(
|
|||||||
author="Jim Martens",
|
author="Jim Martens",
|
||||||
author_email="github@2martens.de",
|
author_email="github@2martens.de",
|
||||||
url="https://git.2martens.de/2martens/allris-scraper",
|
url="https://git.2martens.de/2martens/allris-scraper",
|
||||||
version="0.3.3",
|
version="0.3.4",
|
||||||
namespace_packages=["twomartens"],
|
namespace_packages=["twomartens"],
|
||||||
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
|
|||||||
Reference in New Issue
Block a user