Skip to content

Commit

Permalink
Fix aspace-client source
Browse files Browse the repository at this point in the history
Add readme to build
  • Loading branch information
CGillen committed Feb 21, 2019
1 parent 13ec9f2 commit 3413d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aspace-client==0.7.1
https://github.com/AustinTSchaffer/ArchivesSpace-Python-Client/zipball/v0.7.2
certifi==2018.10.15
chardet==3.0.4
cx-Freeze==5.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildOptions = {
"includes": ["idna.idnadata", "Queue.multiprocessing"],
"include_files": ["settings.ini.example"],
"include_files": ["settings.ini.example", "README.md"],
}
setup(
name = "aspace",
Expand Down

0 comments on commit 3413d93

Please sign in to comment.