Skip to content

Commit

Permalink
Merge pull request #377 from hynek/drop-setup.cfg
Browse files Browse the repository at this point in the history
Get rid of setup.cfg
  • Loading branch information
adiroiban authored Apr 7, 2022
2 parents a762bda + f79d562 commit e890c4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@
description="Building newsfiles for your project.",
long_description=open("README.rst").read(),
entry_points={"console_scripts": ["towncrier = towncrier._shell:cli"]},
options={"bdist_wheel": {"universal": "1"}},
)
Empty file.

0 comments on commit e890c4d

Please sign in to comment.