Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 7987d325 rédigé par Hugo LEFEUVRE's avatar Hugo LEFEUVRE
Parcourir les fichiers

Update setup.py : miss comma

parent 9cd5059a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,7 +11,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: ...@@ -11,7 +11,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup( setup(
name = 'magneto', name = 'magneto',
version = '1.2' version = '1.2',
long_description = long_description, long_description = long_description,
long_description_content_type = 'text/markdown', long_description_content_type = 'text/markdown',
packages = ["magneto"], packages = ["magneto"],
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter