Skip to content

Commit

Permalink
fix the import error
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka committed Jun 17, 2024
1 parent 2dd8d83 commit 6090aff
Show file tree
Hide file tree
Showing 464 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "traverseCraft"
version = "0.5.2"
authors = [
{name = "Srajan Chourasia", email = "[email protected]"},
{name = "Varun Patrikar", email = "[email protected]"},
]
maintainers = [
{name = "Srajan Chourasia", email = "[email protected]"},
{name = "Varun Patrikar", email = "[email protected]"},
]
description = "TraverseCraft: Cross-Platform Real-Time Algorithm Simulation Tool"
readme = "README.md"
dependencies = ['prettytable',]
license = { text = "MIT" }
keywords = ["simulation", "real-time", "algorithm", "visualization", "education", "research", "AI", "ML", "reinforcement learning"]
requires-python = ">=3.6"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Topic :: Education',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Visualization',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Education',
]

[project.urls]
"Documentation" = "https://docs.traverseCraft.com"
"Source" = "https://github.com/srajan-kiyotaka/TraverseCraft/tree/main"
"Tracker" = "https://github.com/srajan-kiyotaka/TraverseCraft/tree/main/issues"
"Reference" = "https://reference.traverseCraft.com"
"Official website" = "https://official-website.com"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
include = ["traverseCraft"]

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='TraverseCraft',
version='0.4.5',
version='0.5.0',
author='Srajan Chourasia, Varun Patrikar',
author_email='[email protected], [email protected]',
maintainer='Srajan Chourasia, Varun Patrikar',
Expand All @@ -20,8 +20,8 @@
'Tracker': 'https://github.com/srajan-kiyotaka/TraverseCraft/tree/main/issues',
'Reference': 'https://reference.traverseCraft.com',
},
package_dir={'': 'traverseCraft'},
packages=find_packages(where='traverseCraft'),
package_dir={'': 'src'},
packages=find_packages(where='src'),
python_requires='>=3.6',
install_requires=[
'prettytable',
Expand Down
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 6090aff

Please sign in to comment.