Skip to content

Commit

Permalink
bugfix: fix issue with inlcuding data
Browse files Browse the repository at this point in the history
  • Loading branch information
aitirga committed Jul 11, 2022
1 parent b84fb17 commit f958d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include pydelling/config/*.yaml
include pydelling/config/*.yaml
include *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
name='pydelling', # How you named your package folder (MyLib)
packages=find_packages(), # Chose the same as "name"
include_package_data=True,
version='1.6.8', # Start with a small number and increase it with every change you make
version='1.7', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description='Package to pre-process and help on mathematical modelling', # Give a short description about your library
author='Aitor Iraola Galarza', # Type in your name
author_email='[email protected]', # Type in your E-Mail
url='https://github.com/aitirga/pydelling', # Provide either the link to your github or to your website
download_url='https://github.com/aitirga/pydelling/archive/refs/tags/v_1.6.8.zip', # I explain this later on
download_url='https://github.com/aitirga/pydelling/archive/refs/tags/v_1.7.zip', # I explain this later on
keywords=['PFLOTRAN', 'Preprocessing', 'python', 'modelling', 'postprocessing', 'math'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'ofpp',
Expand Down

0 comments on commit f958d5b

Please sign in to comment.