aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1140bcc
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,22 @@
+[metadata]
+name = inverterd
+version = 1.0.0
+author = Evgeny Zinoviev
+author_email = me@ch1p.io
+description =
+long_description = file: README.md
+license = MIT
+license_file = LICENSE
+long_description_content_type = text/markdown
+url = https://github.com/gch1p/inverterd-client.git
+project_urls =
+ Bug Tracker = https://github.com/gch1p/inverterd-client/issues
+classifiers =
+ Programming Language :: Python :: 3
+ License :: OSI Approved :: MIT License
+ Operating System :: OS Independent
+
+[options]
+packages = inverterd
+python_requires = >=3.6
+include_package_data = True \ No newline at end of file