FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
effect/setup.py at master · python-effect/effect · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-effect
/
effect
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
386
Code
Issues
10
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
effect
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (17 loc) · 477 Bytes
Breadcrumbs
effect
/
setup.py
Copy path
File metadata and controls
18 lines (17 loc) · 477 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python
import
setuptools
setuptools
.
setup
(
name
=
"effect"
,
version
=
"1.1.0"
,
description
=
"pure effects for Python"
,
long_description
=
open
(
"README.rst"
).
read
(),
url
=
"http://github.com/python-effect/effect/"
,
author
=
"Christopher Armstrong"
,
license
=
"MIT"
,
classifiers
=
[
"License :: OSI Approved :: MIT License"
,
"Programming Language :: Python :: 3"
,
],
packages
=
[
"effect"
],
install_requires
=
[
"attrs"
],
)
Back
|
FazBrowse Home
|
New Git URL