Skip to content
Snippets Groups Projects
Commit 6f007f25 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-more-pip-info' into 'dev'

DOC: More info for pip.

See merge request !42
parents 7b18356d 206c0e36
No related branches found
No related tags found
1 merge request!42DOC: More info for pip.
Pipeline #18731 passed
......@@ -154,6 +154,15 @@ def setup_package():
long_description_content_type="text/markdown",
author='Timm Fitschen',
author_email='t.fitschen@indiscale.com',
url='https://www.caosdb.org',
license="AGPLv3+",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
"Topic :: Database",
"Topic :: Scientific/Engineering :: Information Analysis",
],
packages=find_packages('src'),
python_requires='>=3.6',
package_dir={'': 'src'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment