Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
firanka
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
firanka
Commits
3ca112ad
Commit
3ca112ad
authored
7 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fira
parent
018c83fe
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
4 additions
and
1 deletion
README.md
+
2
−
0
View file @
3ca112ad
...
@@ -8,3 +8,5 @@
...
@@ -8,3 +8,5 @@
[

]()
[

]()
[

]()
[

]()
[

]()
[

]()
Calculations on real functions
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
3ca112ad
...
@@ -16,7 +16,7 @@ classifiers =
...
@@ -16,7 +16,7 @@ classifiers =
Topic
:: Software Development :: Libraries
Topic
:: Software Development :: Libraries
Intended
Audience :: Developers
Intended
Audience :: Developers
Topic
:: Software Development :: Libraries :: Python Modules
Topic
:: Software Development :: Libraries :: Python Modules
description
=
Very fast pure-Python AMQP client
description
=
Calculations on real functions
author
= DMS Serwis s.c.
author
= DMS Serwis s.c.
author_email
= piotrm@dms-serwis.pl
author_email
= piotrm@dms-serwis.pl
url
= https://github.com/smok-serwis/firanka
url
= https://github.com/smok-serwis/firanka
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
3ca112ad
...
@@ -7,5 +7,6 @@ setup(
...
@@ -7,5 +7,6 @@ setup(
version
=
__version__
,
version
=
__version__
,
packages
=
find_packages
(
exclude
=
[
'
tests.*
'
,
'
tests
'
]),
packages
=
find_packages
(
exclude
=
[
'
tests.*
'
,
'
tests
'
]),
tests_require
=
[
"
nose
"
,
'
coverage>=4.0,<4.4
'
],
tests_require
=
[
"
nose
"
,
'
coverage>=4.0,<4.4
'
],
install_requires
=
[
'
six
'
],
test_suite
=
'
nose.collector
'
,
test_suite
=
'
nose.collector
'
,
)
)
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