Added setuptools related files.

This commit is contained in:
2022-10-02 12:45:23 +02:00
parent 44c9de2df9
commit 6a127e452f
2 changed files with 31 additions and 0 deletions

27
setup.cfg Normal file
View File

@@ -0,0 +1,27 @@
[metadata]
author = Roman Dobosz
author_email = gryf73@gmail.com
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Utilities
description = Midnight Commander extfslib helper library for writing extfs archive plugins.
license = BSD 3-Clause
license_file = LICENSE
long_description = file: README.rst
name = extfslib
url = https://github.com/gryf/mc_extfslib
version = 1.0
[options]
py_modules = extfslib

4
setup.py Normal file
View File

@@ -0,0 +1,4 @@
import setuptools
setuptools.setup()