Show More
@@ -6,7 +6,7 b' from setuptools import setup, find_packages' | |||||
6 |
|
6 | |||
7 | here = os.path.abspath(os.path.dirname(__file__)) |
|
7 | here = os.path.abspath(os.path.dirname(__file__)) | |
8 | README = open(os.path.join(here, 'README.md')).read() |
|
8 | README = open(os.path.join(here, 'README.md')).read() | |
9 |
CHANGES = open(os.path.join(here, 'CHANGELOG. |
|
9 | CHANGES = open(os.path.join(here, 'CHANGELOG.rst')).read() | |
10 |
|
10 | |||
11 | REQUIREMENTS = open(os.path.join(here, 'requirements.txt')).readlines() |
|
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