-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27a106a
commit 75a7c07
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|