Fixing requirements
This commit is contained in:
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
include LICENSE
|
||||||
|
include README.md
|
||||||
|
include requirements.txt
|
||||||
|
include setup.py
|
||||||
8
setup.py
8
setup.py
@@ -2,10 +2,10 @@ import setuptools
|
|||||||
|
|
||||||
|
|
||||||
def parse_requirements():
|
def parse_requirements():
|
||||||
# fap = open('requirements.txt', 'r')
|
fap = open('requirements.txt', 'r')
|
||||||
# raw_req = fap.read()
|
raw_req = fap.read()
|
||||||
# fap.close()
|
fap.close()
|
||||||
# return raw_req.split('\n')
|
return raw_req.split('\n')
|
||||||
return ['jsonschema']
|
return ['jsonschema']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user