We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278408f commit 63ff42aCopy full SHA for 63ff42a
PyMart/__init__.py pymart/__init__.pyPyMart/__init__.py renamed to pymart/__init__.py
PyMart/base.py pymart/base.pyPyMart/base.py renamed to pymart/base.py
PyMart/funcs.py pymart/funcs.pyPyMart/funcs.py renamed to pymart/funcs.py
setup.py
@@ -1,4 +1,3 @@
1
-
2
from setuptools import setup
3
4
with open("README.md", "r") as _f:
@@ -13,7 +12,7 @@
13
12
setup(name="PyMart",
14
version="0.0.1",
15
description="Python based API wrapper around Ensembl's BioMart",
16
- package_dir={"pymart": "PyMart"},
+ package_dir={"pymart": "pymart"},
17
long_description=long_description,
18
long_description_content_type='text/markdown',
19
url="https://github.com/ivanp1994/PyMart.git",
0 commit comments