-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include README INSTALL LICENSE MANIFEST.in setup.py setup.cfg requirements.txt versioneer.py | ||
include xraydb/xraydb.sqlite xraydb/materials.dat xraydb/*.py tests/*.py | ||
include README INSTALL LICENSE MANIFEST.in setup.py pyproject.toml | ||
include xraydb/xraydb.sqlite xraydb/materials.dat xraydb/*.py examples/*.py tests/*.py | ||
recursive-exclude *.pyc core.* *~ *.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Python interface to XrayDB: X-ray Reference Data for the Elements | ||
|
||
To install, use | ||
python setup.py install | ||
pip install xraydb | ||
|
||
License: BSD | ||
License: MIT | ||
Author: Matthew Newville <newville@cars.uchicago.edu> | ||
Center for Advanced Radiation Sources, | ||
The University of Chicago |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters