Skip to content

Commit acda03f

Browse files
committed
setup.py: Fix LONG_DESCRIPTION
1 parent 10c6e47 commit acda03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"""A setuptools based setup module."""
22
from os import path
3+
34
from setuptools import setup
45

56
here = path.abspath(path.dirname(__file__))
67

7-
with open('LONG_DESCRIPTION.md') as f:
8+
with open('README.md') as f:
89
long_description = f.read()
910

1011
setup(

0 commit comments

Comments
 (0)