Keep setup.py minimal
This commit is contained in:
parent
d391b4d7f3
commit
edfc996819
10
setup.py
10
setup.py
@ -1,15 +1,5 @@
|
||||
import setuptools
|
||||
|
||||
# ========== Constants ==========
|
||||
EXCLUDED_PACKAGES = ["test", "tests"]
|
||||
PACKAGES = setuptools.find_packages(exclude=EXCLUDED_PACKAGES)
|
||||
SCRIPTS = ["bin/addpkg", "bin/delpkg", "bin/fqo", "bin/pug2"]
|
||||
|
||||
|
||||
# ========== Functions ==========
|
||||
with open("README.rst", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
|
||||
# ========== Package Setup ==========
|
||||
setuptools.setup(packages=PACKAGES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user