Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantpathakk committed Aug 6, 2023
1 parent f873961 commit fc6bb23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = '1.0.2'
VERSION = '1.0.4'
DESCRIPTION = 'Tensorflow ML'
LONG_DESCRIPTION = 'An abstract implementation of commonly used machine learning algorithms using TensorFlow 2.0'

Expand All @@ -15,7 +15,7 @@
# Setting up
setup(
# the name must match the folder name 'verysimplemodule'
name="tensorflow_ml",
name="tensorflow-ml",
version=VERSION,
author="Siddhant Pathak",
author_email="siddhantpathak2@gmail.com",
Expand All @@ -27,9 +27,8 @@

keywords=['python', 'tensorflow', 'ml'],
classifiers= [
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
]
)
)

0 comments on commit fc6bb23

Please sign in to comment.