Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HajimeKawahara committed Aug 7, 2024
1 parent ff7035e commit cd81d36
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ def read_requirements():
"write_to": os.path.join("src", "exojax", "{0}_version.py".format(NAME)),
"write_to_template": '__version__ = "{version}"\n',
},
<<<<<<< HEAD
version="1.5",
version="1.5.1",
author=find_meta("author"),
author_email=find_meta("email"),
maintainer=find_meta("author"),
Expand All @@ -57,18 +56,6 @@ def read_requirements():
description=find_meta("description"),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
=======
version='1.5.1',
author=find_meta('author'),
author_email=find_meta('email'),
maintainer=find_meta('author'),
maintainer_email=find_meta('email'),
url=find_meta('uri'),
license=find_meta('license'),
description=find_meta('description'),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
>>>>>>> 9dfdae29d64e9cb1ab69679b1d0ffa0a3c65c911
packages=PACKAGES,
python_requires=">=3.9",
package_dir={"": "src"},
Expand Down

0 comments on commit cd81d36

Please sign in to comment.