Skip to content

Commit

Permalink
Python README is just markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Nov 23, 2021
1 parent a3bbb25 commit 155f2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
93 changes: 0 additions & 93 deletions python/README.rst

This file was deleted.

3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

readme = open("README.rst").read()
readme = open("README.md").read()

setup(
name = "intercoop",
Expand All @@ -12,6 +12,7 @@
author_email = "info@somenergia.coop",
url = 'https://github.com/Som-Energia/intercoop',
long_description = readme,
long_description_content_type = 'text/markdown',
license = 'GNU Affero General Public License v3 or later (AGPLv3+)',
packages=find_packages(exclude=['*[tT]est*']),
scripts=[
Expand Down

0 comments on commit 155f2e2

Please sign in to comment.