Skip to content

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed May 23, 2024
1 parent 35a27e9 commit a21e9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrap/deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
long_description= r'DGtal is an open-source, cross-platform library providing ' \
'Digital Geometry Tools and Algorithms.'
setup(
name='dgtal_ghactions_test',
name='DGtal',
version=get_versions()['package-version'],
author='Pablo Hernandez-Cerdan',
author_email='pablo.hernandez.cerdan@outlook.com',
author='David Coeurjolly',
author_email='david.coeurjolly@cnrs.fr',
packages=['dgtal'],
package_dir={'dgtal': 'dgtal'},
package_data={
Expand Down

0 comments on commit a21e9ce

Please sign in to comment.