init package and add first subpackages
This commit is contained in:
30
setup.cfg
Normal file
30
setup.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
[metadata]
|
||||
name = paveit
|
||||
description = Analysis Pavment Test Data
|
||||
author = Markus Clauß
|
||||
author_email = markus.clauss@tu-dresden.de
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
python_requires = >=3.9
|
||||
setup_requires = setuptools_scm
|
||||
install_requires =
|
||||
lmfit
|
||||
pandas
|
||||
numpy
|
||||
scipy
|
||||
matplotlib
|
||||
seaborn
|
||||
mongoengine
|
||||
|
||||
[options.packages.find]
|
||||
where=src
|
||||
|
||||
[rstcheck]
|
||||
report=warning
|
||||
ignore_substitutions=release
|
||||
ignore_roles=scipydoc,numpydoc
|
||||
ignore_directives=autoclass,autodoc,autofunction,automethod,jupyter-execute,math
|
||||
|
||||
[flake8]
|
||||
ignore = E121,E123,E126,E226,W503,W504,E501,E731
|
||||
Reference in New Issue
Block a user