unfinished changes, needs to be continued
This commit is contained in:
16
setup.py
16
setup.py
@@ -1,13 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# migrated to pyproject.toml
|
||||
# as reccomended: https://packaging.python.org/en/latest/guides/modernize-setup-py-project/#what-if-something-that-can-not-be-changed-expects-a-setup-py-file
|
||||
from setuptools import setup
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name="userconfig",
|
||||
version="0.1",
|
||||
description="Generate config files for user home",
|
||||
author="Marcus Stoegbauer",
|
||||
author_email="marcus@grmpf.org",
|
||||
packages=["Userconfig"],
|
||||
scripts=["userconfig.py"],
|
||||
data_files=[('etc', ['userconfig.cfg'])]
|
||||
)
|
||||
setup()
|
||||
Reference in New Issue
Block a user