eolas-db/setup.py

15 lines
347 B
Python
Raw Permalink Normal View History

2025-01-17 17:48:04 +00:00
# from setuptools import find_packages, setup
2024-08-26 16:01:15 +01:00
2025-01-17 17:48:04 +00:00
# setup(
# name="eolas-db",
# version="0.1",
# packages=find_packages(where="src"),
# package_dir={"": "src"},
# install_requires=["python-frontmatter", "termcolor"],
# entry_points={
# "console_scripts": [
# "eolas-db=cli:main",
# ],
# },
# )