change module name to match package name (cellxgene_gateway)

This commit is contained in:
Alok Saldanha
2025-12-01 20:48:28 -05:00
parent 8f676f28d0
commit 7dd10f1f3d
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# 0.4.2
* update package name
# 0.4.1
* Fix UnicodeDecodeError when viewing compressed datasets

View File

@@ -7,4 +7,4 @@
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
# the specific language governing permissions and limitations under the License.
__version__ = "0.4.1"
__version__ = "0.4.2"

View File

@@ -38,7 +38,7 @@ install_reqs = parse_requirements()
setup(
# mandatory
name="cellxgene-gateway",
name="cellxgene_gateway",
# mandatory
version=get_version("cellxgene_gateway/__init__.py"),
# mandatory