Skip to content

Fix camel-cased xpdConf dir name in sdist#17

Merged
st3107 merged 1 commit intoxpdAcq:masterfrom
mrakitin:fix-camelcased-xpdConf-dir-name
Mar 2, 2021
Merged

Fix camel-cased xpdConf dir name in sdist#17
st3107 merged 1 commit intoxpdAcq:masterfrom
mrakitin:fix-camelcased-xpdConf-dir-name

Conversation

@mrakitin
Copy link
Contributor

@mrakitin mrakitin commented Mar 2, 2021

This fixes the mistaken camel-cased name brought in via #16.

Context: nsls-ii-forge/xpdconf-feedstock#4 (comment).

This is a fixed source-distribution directory structure:

$ tree xpdconf-0.4.3
xpdconf-0.4.3
├── AUTHORS.txt
├── CHANGELOG.rst
├── LICENSE
├── MANIFEST.in
├── PKG-INFO
├── README.md
├── setup.cfg
├── setup.py
├── xpdconf
│   ├── __init__.py
│   ├── conf.py
│   ├── examples
│   │   ├── pdf.yaml
│   │   ├── sim.yaml
│   │   ├── sim_db.yaml
│   │   └── xpd.yaml
│   └── tests
│       ├── __init__.py
│       ├── test_base_dir.py
│       ├── test_conf.py
│       └── test_loadyaml.py
└── xpdconf.egg-info
    ├── PKG-INFO
    ├── SOURCES.txt
    ├── dependency_links.txt
    ├── not-zip-safe
    └── top_level.txt

4 directories, 23 files

@st3107
Copy link
Collaborator

st3107 commented Mar 2, 2021

Thank for the fix. I should have noticed the capitalized letter,

@st3107 st3107 merged commit b74cff7 into xpdAcq:master Mar 2, 2021
@mrakitin mrakitin deleted the fix-camelcased-xpdConf-dir-name branch March 2, 2021 20:57
@mrakitin
Copy link
Contributor Author

mrakitin commented Mar 2, 2021

Thank you for the quick turn-around, @st3107! I overlooked that too, no worries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants