Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankarol authored and adnankarol committed Aug 1, 2024
1 parent 0f85552 commit 6794647
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 36 deletions.
Empty file added __init__.py
Empty file.
2 changes: 1 addition & 1 deletion classifierAgent/classifierAgent.py → classifierAgent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.4"
__version__ = "1.0.7"
__maintainer__ = "Adnan Karol"
__email__ = "[email protected]"
__status__ = "PROD"
Expand Down
1 change: 0 additions & 1 deletion classifierAgent/__init__.py

This file was deleted.

14 changes: 0 additions & 14 deletions classifierAgent/cli.py

This file was deleted.

16 changes: 3 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Adnan Karol"
__version__ = "1.0.4"
__version__ = "1.0.7"
__maintainer__ = "Adnan Karol"
__email__ = "[email protected]"
__status__ = "PROD"
Expand All @@ -18,7 +18,7 @@ def parse_requirements(filename):

setup(
name='classifierAgent',
version='1.0.4', # Updated version number
version='1.0.7', # Updated version number
description='A Python package for performing classification on datasets in CSV or Excel format.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -37,15 +37,5 @@ def parse_requirements(filename):
],
python_requires='>=3.10',
packages=find_packages(), # Automatically find packages in the directory
install_requires=parse_requirements('requirements.txt'),
entry_points={
'console_scripts': [
'classifierAgent=classifierAgent.cli:main',
],
},
project_urls={
'Documentation': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package',
'Source': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package',
'Tracker': 'https://github.com/adnanmushtaq1996/ML-Classifier-Python-Package/issues',
},
install_requires=parse_requirements('requirements.txt')
)
400 changes: 393 additions & 7 deletions test_package.ipynb

Large diffs are not rendered by default.

0 comments on commit 6794647

Please sign in to comment.