-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (36 loc) · 1.11 KB
/
setup.cfg
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
34
35
36
37
38
39
[metadata]
name = tomogram_shift_alignment
url = https://github.com/EuanPyle/tomogram_shift_alignment
author = Euan Pyle
description = Program to compare the shifts between two of the same tomogram which were constructed by different TSA methods, and to adjust the particle coordinates of a star file to fit the new tomogram.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
classifiers =
Development Status :: 2 - Pre-Alpha
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Source Code =https://github.com/EuanPyle/tomogram_shift_alignment
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
numpy
click==8.0.4
starfile
pandas
thefuzz
setuptools-scm
typer
mrcfile
python-Levenshtein
[options.entry_points]
console_scripts =
tomogram_shift_alignment = tomogram_shift_alignment.tomogram_shift_alignment:cli
[bdist_wheel]
universal = 1