Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 84d33c6

Browse files
Merge pull request #26 from color/revert-25-mpcusack08-10-Mark_clrenv_as_having_type
Revert "Mark clrenv as having type hints"
2 parents 7399cd4 + e1de245 commit 84d33c6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

clrenv/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55

66
setup(
77
name="clrenv",
8-
version="0.2.2",
8+
version="0.2.4",
99
description="A tool to give easy access to environment yaml file to python.",
1010
author="Color",
1111
author_email="[email protected]",
1212
url="https://github.com/color/clrenv",
1313
packages=["clrenv"],
14-
package_data={
15-
'clrenv': ['py.typed'],
16-
},
1714
install_requires=requirements,
1815
setup_requires=["pytest-runner"],
1916
tests_require=requirements + ["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)