Skip to content

Commit

Permalink
pipy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 13, 2023
1 parent b242e0e commit b6a8b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def is_pure(self):

setup(
name="up_ma_bfws",
version="0.0.3",
version="0.0.4",
description="up_ma_bfws",
long_description=long_description,
long_description_content_type ="text/markdown",
author='UNIBS Team',
author_email="ivan.serina@unibs.it",
author_email="alberto.rovetta@unibs.it",
packages=["up_ma_bfws"],
package_data={"up_ma_bfws": [executable]},
distclass=BinaryDistribution,
Expand Down

0 comments on commit b6a8b23

Please sign in to comment.