From f5538e7d51edfe2e45a2f3af7159113c1191a802 Mon Sep 17 00:00:00 2001 From: Samuel VERMEULEN Date: Sat, 22 Feb 2020 16:45:50 +0100 Subject: [PATCH] Supprimer 'setup.py' --- setup.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 setup.py diff --git a/setup.py b/setup.py deleted file mode 100644 index 5a4964a..0000000 --- a/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -import setuptools - -with open("README.md", "r") as fh: - long_description = fh.read() - -setuptools.setup( - name="calculmental-svnet", - version="0.4.2", - author="SVNET Libre", - author_email="svnet@weblib.re", - description="Jeu de calcul mental", - long_description=long_description, - long_description_content_type="text/markdown", - url="https://git.weblib.re/svnet/calculmental_python.git", - packages=setuptools.find_packages(), - classifiers=[ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", - ], - python_requires='>=3.6', -) \ No newline at end of file