Skip to content

Commit 2422b98

Browse files
committed
v3.0.1
0 parents  commit 2422b98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name="smmap2",
5+
version="3.0.1",
6+
author="Sebastian Thiel",
7+
author_email="[email protected]",
8+
description="A mirror package for smmap",
9+
long_description="This is a mirror package for `smmap <https://pypi.org/project/smmap/>`_. Consider installing it directly instead.",
10+
url="https://github.com/gitpython-developers/smmap",
11+
install_requires=["smmap>=3.0.1"],
12+
)

0 commit comments

Comments
 (0)