We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25775b commit 24f59a2Copy full SHA for 24f59a2
2 files changed
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2015-2023 Andreas Bresser <self@andreasbresser.de>
+Copyright (c) 2015-2025 Andreas Bresser <self@andreasbresser.de>
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
meta.yaml
@@ -0,0 +1,24 @@
+package:
+ name: pathfinding
+ version: 1.0.17
+
+source:
+ path: ./
7
8
+build:
9
+ number: 0
10
+ script: python setup.py install
11
12
+requirements:
13
+ build:
14
+ - python
15
+ - setuptools
16
+ run:
17
18
+ - numpy
19
+ - pandas
20
21
+about:
22
+ home: https://github.com/brean/python-pathfinding
23
+ license: MIT
24
+ summary: "Pathfinding algorithms for python 3."
0 commit comments