chore: cleanup
This commit is contained in:
parent
e262142e6c
commit
e57a761205
2 changed files with 0 additions and 23 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
|
@ -1,5 +0,0 @@
|
||||||
[submodule "projects/tmp"]
|
|
||||||
path = projects/tmp
|
|
||||||
url = git@kuhl-mann.de:lattice/charm_SF_data.git
|
|
||||||
datalad-id = 5f402163-77f2-470e-b6f1-64d7bf9f87d4
|
|
||||||
datalad-url = git@kuhl-mann.de:lattice/charm_SF_data.git
|
|
||||||
18
setup.py
18
setup.py
|
|
@ -1,18 +0,0 @@
|
||||||
from setuptools import setup
|
|
||||||
from distutils.util import convert_path
|
|
||||||
|
|
||||||
|
|
||||||
version = {}
|
|
||||||
with open(convert_path('corrlib/version.py')) as ver_file:
|
|
||||||
exec(ver_file.read(), version)
|
|
||||||
|
|
||||||
setup(name='pycorrlib',
|
|
||||||
version=version['__version__'],
|
|
||||||
author='Justus Kuhlmann',
|
|
||||||
author_email='j_kuhl19@uni-muenster.de',
|
|
||||||
install_requires=['pyerrors>=2.11.1', 'datalad>=1.1.0', 'typer>=0.12.5'],
|
|
||||||
entry_points = {
|
|
||||||
'console_scripts': ['pcl=corrlib.cli:app'],
|
|
||||||
},
|
|
||||||
packages=['corrlib', 'corrlib.input']
|
|
||||||
)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue