NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

add requirements.txt #53

Closed jklynch closed 4 years ago

jklynch commented 4 years ago

add requirements.txt to MANIFEST.in

mrakitin commented 4 years ago

The generated contents of the source dist file is:

$ tree sixtools-0.0.3
sixtools-0.0.3
├── AUTHORS.rst
├── CONTRIBUTING.rst
├── LICENSE
├── MANIFEST.in
├── PKG-INFO
├── README.rst
├── docs
│   ├── Makefile
│   ├── make.bat
│   └── source
│       ├── conf.py
│       ├── index.rst
│       ├── installation.rst
│       ├── release-history.rst
│       └── usage.rst
├── requirements.txt
├── setup.cfg
├── setup.py
├── sixtools
│   ├── AD_Handler.py
│   ├── GUI_components.py
│   ├── __init__.py
│   ├── _version.py
│   ├── plotting_functions.py
│   ├── rixs_wrapper.py
│   └── tests
│       ├── __init__.py
│       ├── conftest.py
│       └── test_examples.py
├── sixtools.egg-info
│   ├── PKG-INFO
│   ├── SOURCES.txt
│   ├── dependency_links.txt
│   ├── entry_points.txt
│   ├── requires.txt
│   └── top_level.txt
└── versioneer.py

5 directories, 32 files