Make it a proper package
This commit is contained in:
15
setup.cfg
Normal file
15
setup.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[metadata]
|
||||
name = argclass
|
||||
version = 0.1.0
|
||||
author = Pavel Lutskov
|
||||
author_email = pavel.lutskov@gmail.com
|
||||
description = A simple dataclass-based interface to Python's argparse
|
||||
url = https://git.deguo.duckdns.org/pavel/argclass
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
|
||||
[options]
|
||||
py_modules = argclass
|
||||
python_requires = >=3.8
|
||||
Reference in New Issue
Block a user