Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamust authored Jul 20, 2022
1 parent 06539ca commit e73d252
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
setup(
name="python_example",
version=__version__,
author="Sylvain Corlay",
author_email="sylvain.corlay@gmail.com",
url="https://github.com/pybind/python_example",
description="A test project using pybind11",
long_description="",
author="Andrea Poltronieri",
author_email="andrea.poltronieri21@gmail.com",
url="https://github.com/andreamust/biab",
description="A converter for band-in-a-box files",
long_description="A tool for exploring and processing Band-in-a-Box files",
ext_modules=ext_modules,
extras_require={"test": "pytest"},
# Currently, build_ext only provides an optional "highest supported C++
Expand Down

0 comments on commit e73d252

Please sign in to comment.