Skip to content

Commit

Permalink
edit config for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone-Alghisi committed Dec 8, 2021
1 parent 1e6d30f commit 6feac83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PYFLAGS :=
PIP := pip
# ======= DOC =========
AUTHORS := --author "Luca Bondi, Paolo Bestagini, Nicolò Bonettini, Simone Alghisi, Samuele Bortolotti, Massimo Rizzoli"
VERSION :=-r 1.0.0
VERSION :=-r 2.0.0
LANGUAGE := --language en
SPHINX_EXTENSIONS := --extensions sphinx.ext.autodoc --extensions sphinx.ext.viewcode
DOC_FOLDER := docs
Expand Down
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,26 @@ Or directly from GitHub

::

pip install git+git://github.com/samuelebortolotti/prnu-python@releases/tag/v[version]#[package-name]
pip install git+git://github.com/samuelebortolotti/prnu-python@v[version]

Where [version] and [package-name] are respectively the version of the
package release and package-name is the name of the package.
Where [version] is the version of the

::

pip install git+git://github.com/samuelebortolotti/prnu-python@releases/tag/v1.3#prnu
pip install git+git://github.com/samuelebortolotti/prnu-python@v2.0

Or you can add the package in your ``requirements.txt`` file, and
install it later, by including the following line

::

git+git://github.com/samuelebortolotti/prnu-python@releases/tag/v[version]#[package-name]
git+git://github.com/samuelebortolotti/prnu-python@v[version]

For example:

::

git+git://github.com/samuelebortolotti/prnu-python@releases/tag/v1.3#prnu
git+git://github.com/samuelebortolotti/prnu-python@v2.0

Now you can import the ``prnu`` package whenever and wherever you want.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = prnu
version = 1.0.0
version = 2.0.0
author = Luca Bondi, Paolo Bestagini, Nicolò Bonettini, Simone Alghisi, Samuele Bortolotti, Massimo Rizzoli
author_email = luca.bondi@polimi.it, paolo.bestagini@polimi.it, nicolo.bonettini@polimi.it, simone.alghisi-1@studenti.unitn.it, samuele.bortolotti@studenti.unitn.it, massimo.rizzoli@studenti.unitn.it
license = MIT
Expand Down

0 comments on commit 6feac83

Please sign in to comment.