Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2422b98

Browse filesBrowse files
committed
v3.0.1
0 parents  commit 2422b98
Copy full SHA for 2422b98

File tree

1 file changed

+12
-0
lines changed
Filter options

1 file changed

+12
-0
lines changed

‎setup.py

Copy file name to clipboard
+12Lines changed: 12 additions & 0 deletions
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="byronimo@gmail.com",
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.