Skip to content

Commit

Permalink
v2022.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dub committed Jan 24, 2022
1 parent 1c998c5 commit 894c8f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
long_description = (this_directory / 'README.md').read_text()



def package_files(directory):
paths = []
for (path, directories, filenames) in os.walk(directory):
Expand All @@ -21,7 +20,7 @@ def package_files(directory):
extra_files = package_files('DesOptPy')
setup(
name='DesOptPy',
version='2022.1.3',
version='2022.1.5',
description='DESign OPTimization in PYthon',
author='E. J. Wehrle',
author_email='Erich.Wehrle@unibz.it',
Expand All @@ -30,6 +29,6 @@ def package_files(directory):
license='GNU Lesser General Public License 3.0',
url='https://github.com/e-dub/DesOptPy',
packages=['DesOptPy'],
long_description=long_description,
long_description_content_type='text/markdown',
long_description=long_description,
long_description_content_type='text/markdown',
)

0 comments on commit 894c8f6

Please sign in to comment.