-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sylvain Faure
committed
Apr 24, 2020
1 parent
a628eb0
commit 9840c0b
Showing
72 changed files
with
83 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = '2.0.0' | ||
version = '2.0.2' |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Sphinx v3.0.1 en cours d'exécution | ||
chargement de l'environnement pickled... fait | ||
construction en cours [mo]:cibles pour les fichiers po 0 qui sont périmées | ||
construction [html]:cibles pour les fichiers sources 1 qui sont périmées | ||
mise-à-jour de l'environnement :[la configuration a changé ('numpydoc_xref_aliases')] 11 ajouté, 0 modifié, 0 supprimé | ||
lecture des sources... [ 9%] ca | ||
lecture des sources... [ 18%] comp | ||
lecture des sources... [ 27%] domain | ||
lecture des sources... [ 36%] example_ca | ||
lecture des sources... [ 45%] example_comp | ||
lecture des sources... [ 54%] example_dom | ||
lecture des sources... [ 63%] example_ftl | ||
lecture des sources... [ 72%] example_micro | ||
lecture des sources... [ 81%] ftl | ||
lecture des sources... [ 90%] index | ||
lecture des sources... [100%] micro | ||
|
||
recherche des fichiers périmés... aucun résultat | ||
environnement de sérialisation... fait | ||
vérification de la cohérence... fait | ||
document en préparation... fait | ||
écriture... [ 9%] ca | ||
écriture... [ 18%] comp | ||
écriture... [ 27%] domain | ||
écriture... [ 36%] example_ca | ||
écriture... [ 45%] example_comp | ||
écriture... [ 54%] example_dom | ||
écriture... [ 63%] example_ftl | ||
écriture... [ 72%] example_micro | ||
écriture... [ 81%] ftl | ||
écriture... [ 90%] index | ||
écriture... [100%] micro | ||
|
||
generating indices... genindex py-modindexfait | ||
coloration syntaxique du code du module...[ 20%] cromosim.ca | ||
coloration syntaxique du code du module...[ 40%] cromosim.comp | ||
coloration syntaxique du code du module...[ 60%] cromosim.domain | ||
coloration syntaxique du code du module...[ 80%] cromosim.ftl | ||
coloration syntaxique du code du module...[100%] cromosim.micro | ||
|
||
writing additional pages... searchfait | ||
copie des fichiers statiques... ... fait | ||
copying extra files... fait | ||
dumping search index in English (code: en)... fait | ||
dumping object inventory... fait | ||
build a réussi, 13 warnings. | ||
|
||
Les pages HTML sont dans build/html . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from setuptools import setup, find_packages | ||
import os | ||
|
||
CLASSIFIERS = [ | ||
"Development Status :: 5 - Production/Stable", | ||
|
@@ -19,7 +20,7 @@ | |
|
||
MAJOR = "2" | ||
MINOR = "0" | ||
PATCH = "0" | ||
PATCH = "2" | ||
VERSION = "{0}.{1}.{2}".format(MAJOR, MINOR, PATCH) | ||
|
||
def write_version_py(filename='cromosim/version.py'): | ||
|
@@ -29,16 +30,24 @@ def write_version_py(filename='cromosim/version.py'): | |
finally: | ||
a.close() | ||
|
||
README = open("README.rst").readlines() | ||
# read the contents of your README file | ||
from os import path | ||
this_directory = path.abspath(path.dirname(__file__)) | ||
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: | ||
long_description = f.read() | ||
|
||
#README = open("README.rst").readlines() | ||
|
||
write_version_py() | ||
|
||
setup( | ||
name = "cromosim", | ||
version = VERSION, | ||
description = README[0], | ||
long_description_content_type = 'text/x-rst', | ||
long_description = "".join(README[1:]), | ||
#description = README[0], | ||
#long_description_content_type = 'text/x-rst', | ||
#long_description = "".join(README[1:]), | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
author = "Sylvain Faure, Bertrand Maury", | ||
author_email = "[email protected], [email protected]", | ||
url = "http://www.cromosim.fr", | ||
|