From 2396f88317fd9243e707cf66ddaa4bc58503c827 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 8 Mar 2020 16:18:06 -0700 Subject: Change lj_matrix to ml_exp, and py ver --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 719ef3ce0..5093c723f 100644 --- a/setup.py +++ b/setup.py @@ -31,15 +31,15 @@ import os from setuptools import find_packages, setup -from lj_matrix.version import __version__ +from ml_exp.version import __version__ # Package meta-data. -NAME = 'lj_matrix' -DESCRIPTION = 'A Lennard Jones matrix exploration.' +NAME = 'ml_exp' +DESCRIPTION = 'A ML exploration.' URL = 'https://github.com/luevano/lj_matrix' EMAIL = 'a301436@uach.mx' AUTHOR = 'David Luevano Alvarado' -REQUIRES_PYTHON = '>=3.7' +REQUIRES_PYTHON = '>=3.8' VERSION = __version__ # VERSION = '0.0.1' @@ -97,6 +97,6 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.7' + 'Programming Language :: Python :: 3.8' ] ) -- cgit v1.2.3-54-g00ecf