Skip to content

Commit 63ff42a

Browse files
committed
Change PyMart dir to pymart to align with package name
1 parent 278408f commit 63ff42a

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from setuptools import setup
32

43
with open("README.md", "r") as _f:
@@ -13,7 +12,7 @@
1312
setup(name="PyMart",
1413
version="0.0.1",
1514
description="Python based API wrapper around Ensembl's BioMart",
16-
package_dir={"pymart": "PyMart"},
15+
package_dir={"pymart": "pymart"},
1716
long_description=long_description,
1817
long_description_content_type='text/markdown',
1918
url="https://github.com/ivanp1994/PyMart.git",

0 commit comments

Comments
 (0)