Skip to content

Commit

Permalink
move todos into PR
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Sep 4, 2024
1 parent 2b8a9f7 commit b9d7c28
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,6 @@
# See https://packaging.python.org/en/latest/specifications/pyproject-toml/#license
#

# TODO:
# - plone developers email still in use for this?
# - setup.cfg
# - tox test dependencies
# - In the readme, link to these:
# "CONTRIBUTING.rst",
# "CHANGES.rst",
# "LICENSE.rst"
# - from setup.py:
# - license='BSD-2-Clause',
# - packages=setuptools.find_namespace_packages('src', exclude=["icalendar.fuzzing"]),
# - package_dir={'': 'src'},
# - include_package_data=True,
# - zip_safe=False
# - test_suite='icalendar.tests'
# DONE:
# - ruff in tox
# - version.py
# - long_description_content_type="text/x-rst",


[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit b9d7c28

Please sign in to comment.