Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 12, 2023
1 parent 4e35a04 commit e133323
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@ def read(fname):
url="https://github.com/ecmwf-lab/ai-models-panguweather",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=['ai-models'],
install_requires=["ai-models"],
zip_safe=True,
keywords="tool",
entry_points={
"ai-models.model": [
"panguweather = ai_models_panguweather.model:PanguWeather",
]
},
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit e133323

Please sign in to comment.