Skip to content

Commit 8aee5b6

Browse files
committed
refactor: delete setup.cfg block and remove code in init.py
1 parent c6cad31 commit 8aee5b6

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,3 @@ target/
9191

9292
# Ipython Notebook
9393
.ipynb_checkpoints
94-
95-
# version information
96-
setup.cfg
97-
/src/diffpy/*/version.cfg

src/diffpy/__init__.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,3 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
"""morph - tools for manipulating and comparing PDF data.
16-
"""
17-
18-
19-
from pkgutil import extend_path
20-
21-
__path__ = extend_path(__path__, __name__)
22-
23-
# End of file

0 commit comments

Comments
 (0)