Skip to content

Commit 33194a0

Browse files
authored
Remove importable package warnings during python -m build, use conda.txt instead of pip.txt (#223)
* Add __init__.py for static files, use conda.txt * Add news for warning fix and conda.txt * Fix typo in news
1 parent 094900c commit 33194a0

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

news/build-warning.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* fix "absent from setuptools' packages configuration" warnings during python -m build
20+
* use conda.txt instead of run.txt for conda package dependencies
21+
22+
**Security:**
23+
24+
* <news item>
File renamed without changes.

src/diffpy/pdfgui/gui/design/__init__.py

Whitespace-only changes.

src/diffpy/pdfgui/icons/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)