mirror of
https://github.com/ImperialCollegeLondon/ReCoDE_MCMCFF.git
synced 2025-06-26 08:51:16 +02:00
Add the first skeleton of a package
This commit is contained in:
parent
dd2916d611
commit
6af5bb4950
0
code/README.md
Normal file
0
code/README.md
Normal file
3
code/pyproject.toml
Normal file
3
code/pyproject.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=42"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
22
code/setup.cfg
Normal file
22
code/setup.cfg
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
[metadata]
|
||||||
|
name = MCFF
|
||||||
|
version = 0.0.1
|
||||||
|
author = Tom Hodson
|
||||||
|
author_email = tch14@ic.ac.uk
|
||||||
|
description = A small example package
|
||||||
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
|
url = https://github.com/TomHodson/MCMC_for_fun_and_profit
|
||||||
|
classifiers =
|
||||||
|
Programming Language :: Python :: 3
|
||||||
|
License :: OSI Approved :: MIT License
|
||||||
|
Operating System :: OS Independent
|
||||||
|
|
||||||
|
[options]
|
||||||
|
package_dir =
|
||||||
|
= src
|
||||||
|
packages = find:
|
||||||
|
python_requires = >=3.6
|
||||||
|
|
||||||
|
[options.packages.find]
|
||||||
|
where = src
|
Loading…
x
Reference in New Issue
Block a user