-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
33 lines (28 loc) · 942 Bytes
/
Copy pathsettings.ini
File metadata and controls
33 lines (28 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = uom-project
lib_name = uom-project
version = 0.0.5
min_python = 3.10
license = apache2
### nbdev ###
lib_path = uom_project
nbs_path = nbs
### Docs ###
branch = main
git_url = https://github.com/%(user)s/%(repo)s
### PyPI ###
audience = Science/Research
author = Augustas Macijauskas
author_email = august.macijauskas@gmail.com
user = AugustasMacijauskas
description = Repository containing code and and other materials for my undergraduate project on numerical solutions to the Navier-Stokes equations at the University of Manchester.
keywords = nbdev jupyter notebook python
language = English
status = 3
### Optional ###
requirements = fastcore pandas numpy scipy matplotlib torch jax jaxlib lineax optimistix
dev_requirements = nbdev
# console_scripts =