Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Mar 21, 2021
1 parent 887f570 commit 2118a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdm/models/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Setup:
"""
Abstraction of a Python project setup file.
"""

name: Optional[str] = None
version: Optional[str] = None
install_requires: List[str] = field(default_factory=list)
Expand Down

0 comments on commit 2118a32

Please sign in to comment.