Skip to content

Commit

Permalink
Merge pull request #20 from hi-paris/develop
Browse files Browse the repository at this point in the history
Minor modifications for pypi deployment - Deletion of unused github workflows
  • Loading branch information
brash6 authored Mar 26, 2024
2 parents 89cbb91 + 7d42046 commit 783e1b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 179 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/test _37.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/test_38.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/workflows/test_39.yml

This file was deleted.

6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from setuptools import setup, find_packages

requirements = []
test_requirements = []

setup(
author="Emanuele Dalsasso, Youcef Kemiche, Pierre Blanchard, Hadrien Mariaccia",
Expand Down Expand Up @@ -41,9 +39,7 @@
keywords='deepdespeckling',
name='deepdespeckling',
packages=find_packages(include=['deepdespeckling', 'deepdespeckling.*']),
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/hi-paris/deepdespeckling',
version='0.2.8',
version='0.3',
zip_safe=False,
)

0 comments on commit 783e1b3

Please sign in to comment.