Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
plawlost committed Jan 25, 2024
1 parent 6a36b57 commit 9b6e934
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ def read(file_name):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Topic :: Communications",
"Topic :: Communications :: Email",
"Topic :: Communications :: Email :: Mail Transfer Agents (MTA)",
"Topic :: Communications :: Email :: Mailing List Administration",
"Topic :: Communications :: Email :: News",
"Topic :: Communications :: Email :: News :: Front-Ends",
"Topic :: Communications :: Email :: News :: Posting",
]

# Where the magic happens:
Expand Down Expand Up @@ -66,4 +59,4 @@ def read(file_name):
'mailpilot=mailpilot.__main__:main',
],
},
)
)

0 comments on commit 9b6e934

Please sign in to comment.