Show More
@@ -6,7 +6,7 b' from setuptools import setup, find_packages' | |||
|
6 | 6 | |
|
7 | 7 | here = os.path.abspath(os.path.dirname(__file__)) |
|
8 | 8 | README = open(os.path.join(here, 'README.md')).read() |
|
9 |
CHANGES = open(os.path.join(here, 'CHANGE |
|
|
9 | CHANGES = open(os.path.join(here, 'CHANGELOG.txt')).read() | |
|
10 | 10 | |
|
11 | 11 | REQUIREMENTS = open(os.path.join(here, 'requirements.txt')).readlines() |
|
12 | 12 |
General Comments 0
You need to be logged in to leave comments.
Login now