Skip to content

Commit

Permalink
the bumpening
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Dec 2, 2024
1 parent 4ec71dc commit cfe68af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
7 changes: 0 additions & 7 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ COPY . .
RUN python2.7 -m pip install -e .[tests]

CMD ["/bin/bash"]







19 changes: 7 additions & 12 deletions README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
..

<!--
This file is part of INSPIRE.
Copyright (C) 2014-2024 CERN.
Expand All @@ -18,26 +19,20 @@
In applying this license, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.
-->

# INSPIRE-Utils

===============
INSPIRE-Utils
===============

About
=====

### About
INSPIRE-specific utils.



### Local development

Local development can be done via docker. Notice that package is available for python 2 and python 3 as such, there are 2 stages in this dockerfile.
Local development is done via docker. Notice that the package is available for python 2 and python 3 as such, there are 2 stages in the Dockerfile.

Here's a quick example on what should be done to test it:
```

```bash
# building the image python 3 and python 2
docker build -f Dockerfile.dev --target python3-inspire-utils -t inspire-utils:py3 .
docker build -f Dockerfile.dev --target python2-inspire-utils -t inspire-utils:py2 .
Expand Down
24 changes: 0 additions & 24 deletions run-tests.sh

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

URL = "https://github.com/inspirehep/inspire-utils"

with open("README.rst") as f:
with open("README.md") as f:
readme = f.read()

install_requires = [
Expand Down

0 comments on commit cfe68af

Please sign in to comment.