Update Documentation

- Update Fedora installation instructions
- Use HTTPS for links
This commit is contained in:
Lars Kiesow 2019-08-11 22:45:27 +02:00
parent ca25295ac3
commit 8e5e8845af
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 5 additions and 13 deletions

View file

@ -22,7 +22,7 @@ at license.bsd and license.lgpl.
More details about the project:
- Repository: https://github.com/lkiesow/python-feedgen
- Documentation: http://lkiesow.github.io/python-feedgen/
- Documentation: https://lkiesow.github.io/python-feedgen/
- Python Package Index: https://pypi.python.org/pypi/feedgen/
@ -32,18 +32,10 @@ Installation
**Prebuild packages**
If you are running Fedora Linux, RedHat Enterprise Linux, CentOS or Scientific
Linux you can use the RPM Copr repository:
If your distribution includes this project as package, like Fedora Linux does,
you can simply use your package manager to install the package. For example::
http://copr.fedoraproject.org/coprs/lkiesow/python-feedgen/
Simply enable the repository and run::
$ yum install python-feedgen
or for the Python 3 package::
$ yum install python3-feedgen
$ dnf install python3-feedgen
**Using pip**

View file

@ -13,7 +13,7 @@ setup(name='feedgen',
description='Feed Generator (ATOM, RSS, Podcasts)',
author='Lars Kiesow',
author_email='lkiesow@uos.de',
url='http://lkiesow.github.io/python-feedgen',
url='https://lkiesow.github.io/python-feedgen',
keywords=['feed', 'ATOM', 'RSS', 'podcast'],
license='FreeBSD and LGPLv3+',
install_requires=['lxml', 'python-dateutil'],