diff --git a/Makefile b/Makefile index db718aa..4dd2aca 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.rst b/README.rst index f638a70..1423558 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.cfg b/setup.cfg index 780e9e9..9357468 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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