Skip to content

Commit

Permalink
Merge pull request #51 from srajan-kiyotaka/sracho
Browse files Browse the repository at this point in the history
fix the import error
  • Loading branch information
srajan-kiyotaka authored Jun 17, 2024
2 parents 951a801 + 4e67c78 commit a76cf36
Show file tree
Hide file tree
Showing 470 changed files with 66 additions and 18 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 a76cf36

Please sign in to comment.