Skip to content

Commit

Permalink
fixed extra files in the root of the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
costastf committed Mar 6, 2019
1 parent 60117fd commit 0bee2e8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
open('dev-requirements.txt').readlines()
if line.strip() and not line.startswith('#')]

BUILD_REQUIRED_FILES = ('.VERSION',
'LICENSE',
'AUTHORS.rst',
'CONTRIBUTING.rst',
'HISTORY.rst',
'README.rst',
'USAGE.rst',
'Pipfile',
'Pipfile.lock',
'requirements.txt',
'dev-requirements.txt')

readme = open('README.rst').read()
history = open('HISTORY.rst').read().replace('.. :changelog:', '')
version = open('.VERSION').read()
Expand Down Expand Up @@ -61,7 +49,5 @@
'Programming Language :: Python :: 3.7',
],
test_suite='tests',
tests_require=test_requirements,
data_files=[('', BUILD_REQUIRED_FILES),
]
tests_require=test_requirements
)

0 comments on commit 0bee2e8

Please sign in to comment.