Skip to content

Commit

Permalink
Merge pull request #28 from raphaelquast/dev
Browse files Browse the repository at this point in the history
merge for v2.0.1
  • Loading branch information
raphaelquast authored Nov 23, 2021
2 parents dd5e69f + ec46a14 commit debdb54
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
For COPYING and LICENSE details, please refer to the LICENSE file
"""
from setuptools import setup, find_packages
from pathlib import Path

# from pathlib import Path
# add the README as long-description
# this_directory = Path(__file__).parent
# long_description = (this_directory / "README.md").read_text()
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

version = "2.0"
version = "2.0.1"

setup(
name="EOmaps",
Expand All @@ -26,7 +26,8 @@
maintainer_email="[email protected]",
license="GNU General Public License v3 or later (GPLv3+)",
url="https://github.com/raphaelquast/maps",
long_description="A library to generate interactive maps of geographical datasets",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"numpy",
"pandas",
Expand Down

0 comments on commit debdb54

Please sign in to comment.