Skip to content

Commit 24f59a2

Browse files
committed
add conda meta.yaml
1 parent d25775b commit 24f59a2

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2023 Andreas Bresser <[email protected]>
3+
Copyright (c) 2015-2025 Andreas Bresser <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

meta.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package:
2+
name: pathfinding
3+
version: 1.0.17
4+
5+
source:
6+
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+
- python
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

Comments
 (0)