Skip to content

Commit

Permalink
Remove README access from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acdha committed Oct 15, 2024
1 parent 68fc384 commit 5067594
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import subprocess
import sys
from codecs import open

from setuptools import setup

Expand All @@ -17,8 +16,6 @@

description = "Create and validate BagIt packages"

with open("README.rst", encoding="utf-8") as readme:
long_description = readme.read()

tests_require = ["mock", "coverage"]

Expand Down Expand Up @@ -58,7 +55,6 @@ def get_message_catalogs():
scripts=["bagit.py"],
data_files=get_message_catalogs(),
description=description,
long_description=long_description,
platforms=["POSIX"],
test_suite="test",
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit 5067594

Please sign in to comment.