Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yotarazona committed Sep 3, 2023
1 parent 11a213b commit c52f132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
test_requirements = [ ]

setup(
author="Yonatan Tarazona Coronel",
author_email='geoyons@gmail.com',
author="Yonatan Tarazona",
author_email='ytarazona09@gmail.com',
python_requires='>=3.5',
classifiers=[
#'Development Status :: 2 - Pre-Alpha',
Expand All @@ -51,7 +51,7 @@
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ytarazona/scikit-eo',
url='https://github.com/yotarazona/scikit-eo',
version='0.2.16',
zip_safe=False,
)

0 comments on commit c52f132

Please sign in to comment.