Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rfverbruggen authored Jan 3, 2024
1 parent e5a047c commit ab3eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Rachiopy setup script."""
from setuptools import find_packages, setup
from datetime import datetime
from pathlib import Path

NOW = datetime.now().strftime("%m%d%Y%H%M%S")

Expand All @@ -18,7 +19,6 @@
PACKAGES = find_packages(exclude=["tests", "tests.*"])

# read the contents of your README file
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

Expand Down

0 comments on commit ab3eed2

Please sign in to comment.