Skip to content

Commit 1346cfc

Browse files
committed
Remove second instance of 'version' kwarg
1 parent 6c11e52 commit 1346cfc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,10 @@
111111
"Operating System :: Microsoft :: Windows"],
112112
platforms=["any"],
113113
license="Apache License 2.0",
114-
version=__version__,
115114
packages=setuptools.find_packages("src"),
116115
ext_modules=ext_modules,
117116
package_dir={"": "src"},
118117
download_url="http://python.org/pypi/wrf-python",
119118
package_data={"wrf": ["data/psadilookup.dat"]},
120119
scripts=[]
121120
)
122-

0 commit comments

Comments
 (0)