Skip to content

Commit

Permalink
Merge pull request #735 from BCDA-APS/734-file-still-missing-from-pac…
Browse files Browse the repository at this point in the history
…kage

Package the aps_cycle_info.yml file
  • Loading branch information
prjemian authored Oct 17, 2022
2 parents 97970d1 + 3cf1be8 commit c7d6700
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 12 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,25 @@ describe the future plans.
release expected by 2023-01-05

1.6.7
1.6.8
******

release expected by 2022-11-18

1.6.7
******

release expected by 2022-10-18

Fixes
------------

* [again] Make sure that YML (and other) files are packaged for pip and conda.

1.6.6
******

released by 2022-10-13
released 2022-10-13

New Features
------------
Expand Down
10 changes: 7 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
include LICENSE.txt
include apstools/devices/*.db
include apstools/devices/*.ui
include apstools/devices/*.yml
include apstools/migration/config
exclude .*
prune .github/
prune apstools.egg-info/
exclude conda/*
prune .*/
prune *.egg-info/
prune docs/
prune ideas/
include apstools/devices/aps_cycle_info.yml
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ dependencies:
- databroker-pack
- h5py
- intake
- matplotlib-base
- mongoquery >=1.3.6
- openpyxl
- ophyd >=1.6.1
- pandas
- pint
- pip
- prompt-toolkit
- psutil
- pydata-sphinx-theme
- pyEpics >=3.4.3
- pymongo
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ bluesky>=1.6.2
databroker==1.2.5
databroker-pack
h5py
matplotlib
mongoquery>=1.3.6
numpy
ophyd>=1.5.1
openpyxl
pint
psutil
pyepics>=3.4.2
pyRestTable
spec2nexus>=2021.1.7
Expand Down
20 changes: 11 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ install_requires =
databroker==1.2.5
databroker-pack
h5py
matplotlib
mongoquery>=1.3.6
numpy
ophyd>=1.5.1
openpyxl
pint
psutil
pyepics>=3.4.2
pyRestTable
spec2nexus>=2021.1.7
Expand All @@ -110,16 +112,16 @@ dev =

# Specify any package data to be included in the wheel below.
[options.package_data]
# Include our documentation helpers: md & rst
apstools =
# Include our documentation helpers:
"*.rst"
"*.md"
"LICENSE.txt"
"CHANGES*"
"devices/aps_cycle_info.yml"
"devices/pss_shutter.db"
"devices/pss_shutter.ui"
"migration/config"
*.rst
*.md
LICENSE.txt
CHANGES*
devices/*.db
devices/*.ui
devices/*.yml
migration/config

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit c7d6700

Please sign in to comment.