Skip to content

Commit

Permalink
fixed the Manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-rdz committed Aug 23, 2022
1 parent 27a106a commit 75a7c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ recursive-include scripts *.py *.png
recursive-include http_server *.py *.sh
recursive-include docs *
global-include *.pyx
global-include *.pxd
global-include *.pxd
global-include *.toml
2 changes: 1 addition & 1 deletion pyLARDA/_meta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


__version__ = "3.3.4"
__version__ = "3.3.5"
__author__ = "pyLARDA-dev-team"
__doc_link__ = "https://lacros-tropos.github.io/larda-doc/"

Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@
author=meta['__author__'],
author_email='[email protected]',
url='https://github.com/lacros-tropos/larda',
download_url='https://github.com/lacros-tropos/larda/archive/refs/tags/v3.3.4.tar.gz',
download_url='https://github.com/lacros-tropos/larda/archive/refs/tags/v3.3.5.tar.gz',
license='MIT License',
packages=['pyLARDA'],
package_data={
"pyLARDA.template_paramas": ["*"],
},
#package_data={}, # include via MANIFEST.in
include_package_data=True,
python_requires='>=3.8',
# automatic installation of the dependencies did not work with the test.pypi
Expand Down

0 comments on commit 75a7c07

Please sign in to comment.