Skip to content
Snippets Groups Projects
Commit f43ea355 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

make a proper package

parent 93c90787
No related branches found
No related tags found
1 merge request!9Toml
from .core import *
\ No newline at end of file
File moved
......@@ -9,3 +9,17 @@ description = "A description of your module"
authors = [
{ name = "Jonas Eppelt", email = "jonas.eppelt@kit.edu" }
]
[tool.setuptools]
packages = ["find:"]
[project.classifiers]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
]
\ No newline at end of file
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