Skip to content

numpydoc-1.3.tar.gz on pypi is missing requirements/ needed by setup.py #387

@mgorny

Description

@mgorny

When trying to build using numpydoc-1.3.tar.gz from pypi:

$ python setup.py build
Traceback (most recent call last):
  File "/tmp/numpydoc-1.3/setup.py", line 58, in <module>
    req for req in read('requirements/test.txt').split('\n')
  File "/tmp/numpydoc-1.3/setup.py", line 25, in read
    with open(os.path.join(os.path.dirname(__file__), fname)) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/numpydoc-1.3/requirements/test.txt'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions