Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
4fcf2b9c
Commit
4fcf2b9c
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
:>?
parent
d9c70a3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+3
-0
3 additions, 0 deletions
MANIFEST.in
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
5 additions
and
2 deletions
MANIFEST.in
0 → 100644
+
3
−
0
View file @
4fcf2b9c
include LICENSE
include README.md
include requirements.txt
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
4fcf2b9c
...
@@ -24,8 +24,8 @@ setup(name=u'CoolAMQP',
...
@@ -24,8 +24,8 @@ setup(name=u'CoolAMQP',
license
=
u
'
MIT License
'
,
license
=
u
'
MIT License
'
,
long_description
=
u
'''
Pure Python AMQP client, but with dynamic class generation and memoryviews FOR THE GODSPEED.
long_description
=
u
'''
Pure Python AMQP client, but with dynamic class generation and memoryviews FOR THE GODSPEED.
Also, handles your reconnects and transactionality THE RIGHT WAY
'''
,
Also, handles your reconnects and transactionality THE RIGHT WAY
, though somewhat opinionated
'''
,
requires
=
[
'
six
'
,
'
monotonic
'
,
'
futures
'
],
install_
requires
=
[
'
six
'
,
'
monotonic
'
,
'
futures
'
],
tests_require
=
[
"
nose
"
,
'
coverage
'
,
'
codeclimate-test-reporter
'
],
tests_require
=
[
"
nose
"
,
'
coverage
'
,
'
codeclimate-test-reporter
'
],
test_suite
=
'
nose.collector
'
,
test_suite
=
'
nose.collector
'
,
classifiers
=
[
classifiers
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment