Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This code is developed by:

Xiaohao Yang

This code was developed as part of the xPDFsuite project to create software
and tools for general researchers to use PDF in their work. For more
This code was developed as part of the xPDFsuite project to create software
and tools for general researchers to use PDF in their work. For more
information on the DiffPy project email sb2896@columbia.edu
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ INSTALLATION
------------------------------------------------------------------------

We are going to release conda package for all platform. For general user
please use the installation file and install software. For developor,
please use the installation file and install software. For developor,
you can install dpx.srxplanargui using

python setup.py install
Note: the dependency is not specified in the setup.py. You need to install
them yourself. You can use Anaconda or other python enviroment.

Note: the dependency is not specified in the setup.py. You need to install
them yourself. You can use Anaconda or other python enviroment.


CONTACTS
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ traitsui
chaco
pyface
diffpy.srxplanar
configparser
configparser
7 changes: 2 additions & 5 deletions src/diffpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
# See LICENSE.txt for license information.
#
##############################################################################
"""Blank namespace package."""

"""
Blank namespace package.
"""

__import__('pkg_resources').declare_namespace(__name__)
__import__("pkg_resources").declare_namespace(__name__)

# End of file
Loading