Skip to content

Commit 0ff30e7

Browse files
committed
Update package name to use mist namespace
- Modify setup.py to change package name from "dclean" to "mist.dclean" - Prepare for potential namespace packaging
1 parent 483a989 commit 0ff30e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
environment:
4747
name: pypi
48-
url: https://pypi.org/p/${{ github.event.repository.name }}
48+
url: https://pypi.org/p/mist.dclean
4949

5050
steps:
5151
- name: Retrieve release distributions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name="dclean",
4+
name="mist.dclean",
55
version="0.1.0",
66
author="Ivan Statkevich",
77
author_email="statkevich.ivan@gmail.com",

0 commit comments

Comments
 (0)