We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to add pip support: add pyproject.toml
[build-system] requires = ["setuptools>=62"] build-backend = "setuptools.build_meta"
and setup.cfg
[metadata] name = bayseg version = 0.0.1 author = Alexander Schaaf author_email = [email protected] description = An unsupervised machine learning algorithm for the segmentation of spatial data sets. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/cgre-aachen/bayseg project_urls = Bug Tracker = https://github.com/cgre-aachen/bayseg/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) Operating System :: OS Independent [options] package_dir = = src packages = find: python_requires = >=3.6 install_requires = pytest scipy numpy pandas matplotlib tqdm scikit_learn [options.packages.find] where = src
move the directory bayseg to the src directory
bayseg
src
see also: https://git.rwth-aachen.de/Till.Petersen-Krauss/bayseg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to add pip support:
add pyproject.toml
and setup.cfg
move the directory
bayseg
to thesrc
directorysee also:
https://git.rwth-aachen.de/Till.Petersen-Krauss/bayseg
The text was updated successfully, but these errors were encountered: