Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 3f037e8

Browse files
authored
Update setup.py
1 parent 4e9dba0 commit 3f037e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616
name="datatree",
1717
description="Hierarchical tree-like data structures for xarray",
1818
long_description=long_description,
19-
url="https://github.com/TomNicholas/datatree",
19+
url="https://github.com/xarray-contrib/datatree",
2020
author="Thomas Nicholas",
2121
author_email="[email protected]",
2222
license="Apache",
2323
classifiers=[
24-
"Development Status :: 5 - Production/Stable",
24+
"Development Status :: 3 - Alpha",
2525
"Intended Audience :: Science/Research",
2626
"Topic :: Scientific/Engineering",
2727
"License :: OSI Approved :: Apache License",
2828
"Operating System :: OS Independent",
29+
"Programming Language :: Python",
2930
"Programming Language :: Python :: 3.9",
3031
"Programming Language :: Python :: 3.10",
3132
],

0 commit comments

Comments
 (0)