Skip to content

Commit

Permalink
Updated setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-d-grunnill committed Nov 5, 2024
1 parent 480785d commit be06e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion beast2xml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Note that the version string must have the following format, otherwise it
# will not be found by the version() function in ../setup.py
__version__ = "1.0.12"
__version__ = "1.1.0"

__all__ = ["BEAST2XML"]
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ def version():
author_email="[email protected]",
keywords=["BEAST2", "XML"],
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -52,6 +46,6 @@ def version():
scripts=["bin/beast2-xml.py", "bin/beast2-xml-version.py"],
install_requires=["dark-matter>=1.1.28",
'pandas>=2.2.2',
'python>=3.9',
'python=3.10',
'six'],
)

0 comments on commit be06e28

Please sign in to comment.