Skip to content

Commit

Permalink
Change PyMart dir to pymart to align with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
keviny2 committed Dec 4, 2024
1 parent 278408f commit 63ff42a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from setuptools import setup

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

0 comments on commit 63ff42a

Please sign in to comment.