Skip to content

Commit

Permalink
Merge pull request #461 from c-martinez/post-release-cleanup
Browse files Browse the repository at this point in the history
Cleaning up after last release
  • Loading branch information
c-martinez committed May 5, 2024
2 parents 3a46e2b + ee23831 commit c0b73b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 74 deletions.
64 changes: 14 additions & 50 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,18 @@
#
# SPDX-License-Identifier: MIT

*~
\#*\#
bin/
# To be ignored
*

# To be included
!bin/grlc-server
build/
config.ini
db-cache.json
db.json
DispatchSparqlQuery.ipynb
docker-compose.yml
Dockerfile2
*/.DS_Store
.eggs/
FileLoaders.ipynb
Get_Parameters.ipynb
GetYamlDecorators.ipynb
.git/
.*!.gitignore
grlc.egg-info/
.idea
include/
ink_ext_XXXXXX_img0.png
.ipynb_checkpoints/
lib/
local/
*.log
node_modules
pip-selfcheck.json
Process_sparql_query_text.ipynb
*.pyc
.pytest_cache
.Python
ReleaseProcedure.md
response_1700168662326.html
Rewrite_Query.ipynb
share/
src/config.ini
src/FileLoaderTesting.ipynb
ssl-certificates/
!static/swagger-ui/dist/lib
*.swp
testQueries/
TODOs.md
TwitterAPIKeys.md
venv3.10/
venv3.11/
venv3.8/
venv3.9/
venv-dev/
venv-tests.sh
.vscode/
!LICENSES/
!docker-assets/
!src/
!CITATION.cff
!config.default.ini
!README.md
!requirements-test.txt
!requirements.txt
!setup.cfg
!setup.py
23 changes: 0 additions & 23 deletions .github/workflows/tweet-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pyaml==23.12.0
python-gitlab==4.4.0
rdflib==7.0.0
requests==2.31.0
SPARQLTransformer==2.3.0
SPARQLTransformer==2.4.0
PyGithub==2.1.1
gunicorn==21.2.0; sys_platform!="win32"
waitress>=1.4.2; sys_platform=="win32"

0 comments on commit c0b73b4

Please sign in to comment.